Shades of Violet #EE8AEC
Tints of Violet #EE8AEC
RGB
CMYK
RGB Variations
Color information
#EE8AEC (or 0xEE8AEC) is known color: Violet. HEX triplet: EE, 8A and EC. RGB value is (238,138,236). Sum of RGB (Red+Green+Blue) = 238+138+236=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AEC is #117513. Grayscale: #B2B2B2. Windows color (decimal): -1144084 or 15502062. OLE color: 15502062.
HSL color Cylindrical-coordinate representation of color #EE8AEC: hue angle of 301.2º degrees, saturation: 0.75, 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 #EE8AEC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 236 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.07 |
| HSL | 301.2º | 0.75% | 0.74% | - |
| HSV(B) | 301.2º | 0.42% | 0.93% | - |
| XYZ | 59.49 | 42.41 | 84.41 | - |
| YUV | 179.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 236 | 0 | 0.42 | 0.01 | 0.07 | 301.2 | 0.75 | 0.74 |
| Hex | EE | 8A | EC | 0 | 2A | 1 | 7 | 12D | 4B | 4A |
| Octal | 356 | 212 | 354 | 0 | 52 | 1 | 7 | 455 | 113 | 112 |
| Binary | 11101110 | 10001010 | 11101100 | 0 | 101010 | 1 | 111 | 100101101 | 1001011 | 1001010 |
Color Harmonies of #EE8AEC
Complementary color
Monochromatic Colors of #EE8AEC
Black with #EE8AEC
Text Example
Text Example
White with #EE8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8AEC; }
p { color: rgb(238,138,236); }
H1.HeaderClassName
{
color: #EE8AEC;
}
.AnyTagClassName
{
color: #EE8AEC;
}
</style>
background-color css
<style>
a { background-color: #EE8AEC; }
a { background-color: rgb(238,138,236); }
div.DivClassName
{
background-color: #EE8AEC;
}
.BgClassName
{
background-color: #EE8AEC;
}
</style>
border-color css
<style>
span { border-color: #EE8AEC; }
span { border-color: rgb(238,138,236); }
td.TdClassName
{
border-color: #EE8AEC;
}
.TagClassName
{
border-color: #EE8AEC;
}
</style>