Shades of Shocking #E69ACD
Tints of Shocking #E69ACD
RGB
CMYK
RGB Variations
Color information
#E69ACD (or 0xE69ACD) is known color: Shocking. HEX triplet: E6, 9A and CD. RGB value is (230,154,205). Sum of RGB (Red+Green+Blue) = 230+154+205=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACD is #196532. Grayscale: #B6B6B6. Windows color (decimal): -1664307 or 13474534. OLE color: 13474534.
HSL color Cylindrical-coordinate representation of color #E69ACD: hue angle of 319.74º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69ACD is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 154 | 205 | - |
CMYK | 0 | 0.33 | 0.11 | 0.10 |
HSL | 319.74º | 0.6% | 0.75% | - |
HSV(B) | 319.74º | 0.33% | 0.9% | - |
XYZ | 55.21 | 44.34 | 63.41 | - |
YUV | 182.54 | 140.68 | 161.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 154 | 205 | 0 | 0.33 | 0.11 | 0.10 | 319.74 | 0.6 | 0.75 |
Hex | E6 | 9A | CD | 0 | 21 | B | A | 140 | 3C | 4B |
Octal | 346 | 232 | 315 | 0 | 41 | 13 | 12 | 500 | 74 | 113 |
Binary | 11100110 | 10011010 | 11001101 | 0 | 100001 | 1011 | 1010 | 101000000 | 111100 | 1001011 |
Color Harmonies of #E69ACD
Complementary color
Monochromatic Colors of #E69ACD
Black with #E69ACD
Text Example
Text Example
White with #E69ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ACD; }
p { color: rgb(230,154,205); }
H1.HeaderClassName
{
color: #E69ACD;
}
.AnyTagClassName
{
color: #E69ACD;
}
</style>
background-color css
<style>
a { background-color: #E69ACD; }
a { background-color: rgb(230,154,205); }
div.DivClassName
{
background-color: #E69ACD;
}
.BgClassName
{
background-color: #E69ACD;
}
</style>
border-color css
<style>
span { border-color: #E69ACD; }
span { border-color: rgb(230,154,205); }
td.TdClassName
{
border-color: #E69ACD;
}
.TagClassName
{
border-color: #E69ACD;
}
</style>