Shades of Violet #EE8BEA
Tints of Violet #EE8BEA
RGB
CMYK
RGB Variations
Color information
#EE8BEA (or 0xEE8BEA) is known color: Violet. HEX triplet: EE, 8B and EA. RGB value is (238,139,234). Sum of RGB (Red+Green+Blue) = 238+139+234=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BEA is #117415. Grayscale: #B3B3B3. Windows color (decimal): -1143830 or 15371246. OLE color: 15371246.
HSL color Cylindrical-coordinate representation of color #EE8BEA: hue angle of 302.42º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BEA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 234 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.07 |
| HSL | 302.42º | 0.74% | 0.74% | - |
| HSV(B) | 302.42º | 0.42% | 0.93% | - |
| XYZ | 59.34 | 42.58 | 82.93 | - |
| YUV | 179.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 234 | 0 | 0.42 | 0.02 | 0.07 | 302.42 | 0.74 | 0.74 |
| Hex | EE | 8B | EA | 0 | 2A | 2 | 7 | 12E | 4A | 4A |
| Octal | 356 | 213 | 352 | 0 | 52 | 2 | 7 | 456 | 112 | 112 |
| Binary | 11101110 | 10001011 | 11101010 | 0 | 101010 | 10 | 111 | 100101110 | 1001010 | 1001010 |
Color Harmonies of #EE8BEA
Complementary color
Monochromatic Colors of #EE8BEA
Black with #EE8BEA
Text Example
Text Example
White with #EE8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BEA; }
p { color: rgb(238,139,234); }
H1.HeaderClassName
{
color: #EE8BEA;
}
.AnyTagClassName
{
color: #EE8BEA;
}
</style>
background-color css
<style>
a { background-color: #EE8BEA; }
a { background-color: rgb(238,139,234); }
div.DivClassName
{
background-color: #EE8BEA;
}
.BgClassName
{
background-color: #EE8BEA;
}
</style>
border-color css
<style>
span { border-color: #EE8BEA; }
span { border-color: rgb(238,139,234); }
td.TdClassName
{
border-color: #EE8BEA;
}
.TagClassName
{
border-color: #EE8BEA;
}
</style>