Shades of Shocking #E594CF
Tints of Shocking #E594CF
RGB
CMYK
RGB Variations
Color information
#E594CF (or 0xE594CF) is known color: Shocking. HEX triplet: E5, 94 and CF. RGB value is (229,148,207). Sum of RGB (Red+Green+Blue) = 229+148+207=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E594CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594CF is #1A6B30. Grayscale: #B2B2B2. Windows color (decimal): -1731377 or 13604069. OLE color: 13604069.
HSL color Cylindrical-coordinate representation of color #E594CF: hue angle of 316.3º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E594CF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 207 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.10 |
| HSL | 316.3º | 0.61% | 0.74% | - |
| HSV(B) | 316.3º | 0.35% | 0.9% | - |
| XYZ | 54.17 | 42.34 | 64.35 | - |
| YUV | 178.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 207 | 0 | 0.35 | 0.10 | 0.10 | 316.3 | 0.61 | 0.74 |
| Hex | E5 | 94 | CF | 0 | 23 | A | A | 13C | 3D | 4A |
| Octal | 345 | 224 | 317 | 0 | 43 | 12 | 12 | 474 | 75 | 112 |
| Binary | 11100101 | 10010100 | 11001111 | 0 | 100011 | 1010 | 1010 | 100111100 | 111101 | 1001010 |
Color Harmonies of #E594CF
Complementary color
Monochromatic Colors of #E594CF
Black with #E594CF
Text Example
Text Example
White with #E594CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E594CF; }
p { color: rgb(229,148,207); }
H1.HeaderClassName
{
color: #E594CF;
}
.AnyTagClassName
{
color: #E594CF;
}
</style>
background-color css
<style>
a { background-color: #E594CF; }
a { background-color: rgb(229,148,207); }
div.DivClassName
{
background-color: #E594CF;
}
.BgClassName
{
background-color: #E594CF;
}
</style>
border-color css
<style>
span { border-color: #E594CF; }
span { border-color: rgb(229,148,207); }
td.TdClassName
{
border-color: #E594CF;
}
.TagClassName
{
border-color: #E594CF;
}
</style>