HEX: #EE82EE
RGB: (238,130,238)
Color name is Violet. #EE82EE contains mainly red and blue colors. Web safe color of #EE82EE is #FF99FF (or #F9F).
#EE82EE color RGB value is (238,130,238).
RGB: (238,130,238)
(93%, 51%, 93%)
R 238 of 255 = 93%
G 130 of 255 = 51%
B 238 of 255 = 93%
R + G + B ~ 79%. #EE82EE is quite light color.
R + G + B = 238 + 130 + 238 = 606 (100%)
R 238 of 606 ~ 39.27%
G 130 of 606 ~ 21.45%
B 238 of 606 ~ 39.27'%
#EE82EE color CMYK value is (0,45,0,7).
CMYK: (0,45,0,7) C0M45Y0K7 (0%,45%,0%,7%) (0.00/0.45/0.00/0.07)
Color #EE82EE in popluar color models
EE | 82 | EE | |
---|---|---|---|
RGB | 238 | 130 | 238 |
HSL | 300° | 76.06% | 72.16% |
HSB/HSV | 300° | 45.38% | 93.33% |
CMYK | 0.00% | 45.38% | 0.00% |
6.67% |
Color #EE82EE in popluar number systems.
HEX | EE | 82 | EE |
Decimal | 238 | 130 | 238 |
Binary | 11101110 | 10000010 | 11101110 |
Octal | 356 | 202 | 356 |
Shades of #EE82EE
Tints of #EE82EE
Examples of css and html codes for elements with #EE82EE color. Also use rgb(238,130,238) instead hex code.
.myTextColor { color: #EE82EE; }
<p style="color:#EE82EE">This sample text font color is #EE82EE.</p>
This text font color is #EE82EE.
.myBgColor { background-color: #EE82EE; }
<div style="background-color:#EE82EE">Inner text</div>
This div background color is #EE82EE.
.myBorderColor { border: 1px solid #EE82EE; }
<div style="border:3px solid #EE82EE">Div</div>
This div border color is #EE82EE.
.myOpacity80 { color: #EE82EE; opacity: 0.8; }
<p style="color:#EE82EE;opacity:0.8;">80%</p>
Text with #EE82EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE82EE;}
<p style="text-shadow: 3px 3px 1px #EE82EE">Text here.</p>
This text has shadow with #EE82EE color.
.textShadow {text-shadow: 3px 3px 1px #EE82EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE82EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE82EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE82EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE82EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE82EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE82EE;
-webkit-box-shadow: 1px 1px 3px 2px #EE82EE;
box-shadow: 1px 1px 3px 2px #EE82EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE82EE; -webkit-box-shadow: 1px 1px 3px 2px #EE82EE; box-shadow:1px 1px 3px 2px #EE82EE;">
Div content here
</div>
This text has color #EE82EE on black background.
This text has color #EE82EE on white background.
This text has black color on #EE82EE background.
This text has white color on #EE82EE background.
Complementary color for #hex is #117D11.
Color #EE82EE is used in Violet (Web) gradient.
Violet (Web)