Shades of Shocking Pink #E41CCF
Tints of Shocking Pink #E41CCF
RGB
CMYK
RGB Variations
Color information
#E41CCF (or 0xE41CCF) is known color: Shocking Pink. HEX triplet: E4, 1C and CF. RGB value is (228,28,207). Sum of RGB (Red+Green+Blue) = 228+28+207=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CCF is #1BE330. Grayscale: #6B6B6B. Windows color (decimal): -1827633 or 13573348. OLE color: 13573348.
HSL color Cylindrical-coordinate representation of color #E41CCF: hue angle of 306.3º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41CCF is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 207 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.11 |
| HSL | 306.3º | 0.79% | 0.5% | - |
| HSV(B) | 306.3º | 0.88% | 0.89% | - |
| XYZ | 43.67 | 21.83 | 60.94 | - |
| YUV | 108.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 207 | 0 | 0.88 | 0.09 | 0.11 | 306.3 | 0.79 | 0.5 |
| Hex | E4 | 1C | CF | 0 | 58 | 9 | B | 132 | 4F | 32 |
| Octal | 344 | 34 | 317 | 0 | 130 | 11 | 13 | 462 | 117 | 62 |
| Binary | 11100100 | 11100 | 11001111 | 0 | 1011000 | 1001 | 1011 | 100110010 | 1001111 | 110010 |
Color Harmonies of #E41CCF
Complementary color
Monochromatic Colors of #E41CCF
Black with #E41CCF
Text Example
Text Example
White with #E41CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CCF; }
p { color: rgb(228,28,207); }
H1.HeaderClassName
{
color: #E41CCF;
}
.AnyTagClassName
{
color: #E41CCF;
}
</style>
background-color css
<style>
a { background-color: #E41CCF; }
a { background-color: rgb(228,28,207); }
div.DivClassName
{
background-color: #E41CCF;
}
.BgClassName
{
background-color: #E41CCF;
}
</style>
border-color css
<style>
span { border-color: #E41CCF; }
span { border-color: rgb(228,28,207); }
td.TdClassName
{
border-color: #E41CCF;
}
.TagClassName
{
border-color: #E41CCF;
}
</style>