Shades of Shocking Pink #E41FCF
Tints of Shocking Pink #E41FCF
RGB
CMYK
RGB Variations
Color information
#E41FCF (or 0xE41FCF) is known color: Shocking Pink. HEX triplet: E4, 1F and CF. RGB value is (228,31,207). Sum of RGB (Red+Green+Blue) = 228+31+207=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41FCF is #1BE030. Grayscale: #6D6D6D. Windows color (decimal): -1826865 or 13574116. OLE color: 13574116.
HSL color Cylindrical-coordinate representation of color #E41FCF: hue angle of 306.4º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E41FCF is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 31 | 207 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.11 |
| HSL | 306.4º | 0.78% | 0.51% | - |
| HSV(B) | 306.4º | 0.86% | 0.89% | - |
| XYZ | 43.75 | 21.98 | 60.97 | - |
| YUV | 109.97 | 182.77 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 31 | 207 | 0 | 0.86 | 0.09 | 0.11 | 306.4 | 0.78 | 0.51 |
| Hex | E4 | 1F | CF | 0 | 56 | 9 | B | 132 | 4E | 33 |
| Octal | 344 | 37 | 317 | 0 | 126 | 11 | 13 | 462 | 116 | 63 |
| Binary | 11100100 | 11111 | 11001111 | 0 | 1010110 | 1001 | 1011 | 100110010 | 1001110 | 110011 |
Color Harmonies of #E41FCF
Complementary color
Monochromatic Colors of #E41FCF
Black with #E41FCF
Text Example
Text Example
White with #E41FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41FCF; }
p { color: rgb(228,31,207); }
H1.HeaderClassName
{
color: #E41FCF;
}
.AnyTagClassName
{
color: #E41FCF;
}
</style>
background-color css
<style>
a { background-color: #E41FCF; }
a { background-color: rgb(228,31,207); }
div.DivClassName
{
background-color: #E41FCF;
}
.BgClassName
{
background-color: #E41FCF;
}
</style>
border-color css
<style>
span { border-color: #E41FCF; }
span { border-color: rgb(228,31,207); }
td.TdClassName
{
border-color: #E41FCF;
}
.TagClassName
{
border-color: #E41FCF;
}
</style>