Shades of Shocking Pink #EE14CF
Tints of Shocking Pink #EE14CF
RGB
CMYK
RGB Variations
Color information
#EE14CF (or 0xEE14CF) is known color: Shocking Pink. HEX triplet: EE, 14 and CF. RGB value is (238,20,207). Sum of RGB (Red+Green+Blue) = 238+20+207=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE14CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE14CF is #11EB30. Grayscale: #696969. Windows color (decimal): -1174321 or 13571310. OLE color: 13571310.
HSL color Cylindrical-coordinate representation of color #EE14CF: hue angle of 308.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14CF is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 207 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.07 |
| HSL | 308.53º | 0.87% | 0.51% | - |
| HSV(B) | 308.53º | 0.92% | 0.93% | - |
| XYZ | 46.77 | 23.18 | 61.04 | - |
| YUV | 106.5 | 184.72 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 207 | 0 | 0.92 | 0.13 | 0.07 | 308.53 | 0.87 | 0.51 |
| Hex | EE | 14 | CF | 0 | 5C | D | 7 | 135 | 57 | 33 |
| Octal | 356 | 24 | 317 | 0 | 134 | 15 | 7 | 465 | 127 | 63 |
| Binary | 11101110 | 10100 | 11001111 | 0 | 1011100 | 1101 | 111 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EE14CF
Complementary color
Monochromatic Colors of #EE14CF
Black with #EE14CF
Text Example
Text Example
White with #EE14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14CF; }
p { color: rgb(238,20,207); }
H1.HeaderClassName
{
color: #EE14CF;
}
.AnyTagClassName
{
color: #EE14CF;
}
</style>
background-color css
<style>
a { background-color: #EE14CF; }
a { background-color: rgb(238,20,207); }
div.DivClassName
{
background-color: #EE14CF;
}
.BgClassName
{
background-color: #EE14CF;
}
</style>
border-color css
<style>
span { border-color: #EE14CF; }
span { border-color: rgb(238,20,207); }
td.TdClassName
{
border-color: #EE14CF;
}
.TagClassName
{
border-color: #EE14CF;
}
</style>