Shades of Shocking #E692CB
Tints of Shocking #E692CB
RGB
CMYK
RGB Variations
Color information
#E692CB (or 0xE692CB) is known color: Shocking. HEX triplet: E6, 92 and CB. RGB value is (230,146,203). Sum of RGB (Red+Green+Blue) = 230+146+203=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E692CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692CB is #196D34. Grayscale: #B1B1B1. Windows color (decimal): -1666357 or 13341414. OLE color: 13341414.
HSL color Cylindrical-coordinate representation of color #E692CB: hue angle of 319.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E692CB is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 203 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.10 |
| HSL | 319.29º | 0.63% | 0.74% | - |
| HSV(B) | 319.29º | 0.37% | 0.9% | - |
| XYZ | 53.69 | 41.69 | 61.72 | - |
| YUV | 177.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 203 | 0 | 0.37 | 0.12 | 0.10 | 319.29 | 0.63 | 0.74 |
| Hex | E6 | 92 | CB | 0 | 25 | C | A | 13F | 3F | 4A |
| Octal | 346 | 222 | 313 | 0 | 45 | 14 | 12 | 477 | 77 | 112 |
| Binary | 11100110 | 10010010 | 11001011 | 0 | 100101 | 1100 | 1010 | 100111111 | 111111 | 1001010 |
Color Harmonies of #E692CB
Complementary color
Monochromatic Colors of #E692CB
Black with #E692CB
Text Example
Text Example
White with #E692CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692CB; }
p { color: rgb(230,146,203); }
H1.HeaderClassName
{
color: #E692CB;
}
.AnyTagClassName
{
color: #E692CB;
}
</style>
background-color css
<style>
a { background-color: #E692CB; }
a { background-color: rgb(230,146,203); }
div.DivClassName
{
background-color: #E692CB;
}
.BgClassName
{
background-color: #E692CB;
}
</style>
border-color css
<style>
span { border-color: #E692CB; }
span { border-color: rgb(230,146,203); }
td.TdClassName
{
border-color: #E692CB;
}
.TagClassName
{
border-color: #E692CB;
}
</style>