Shades of Shocking Pink #E613CF
Tints of Shocking Pink #E613CF
RGB
CMYK
RGB Variations
Color information
#E613CF (or 0xE613CF) is known color: Shocking Pink. HEX triplet: E6, 13 and CF. RGB value is (230,19,207). Sum of RGB (Red+Green+Blue) = 230+19+207=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E613CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613CF is #19EC30. Grayscale: #666666. Windows color (decimal): -1698865 or 13571046. OLE color: 13571046.
HSL color Cylindrical-coordinate representation of color #E613CF: hue angle of 306.54º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613CF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 207 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.10 |
| HSL | 306.54º | 0.85% | 0.49% | - |
| HSV(B) | 306.54º | 0.92% | 0.9% | - |
| XYZ | 44.13 | 21.79 | 60.91 | - |
| YUV | 103.52 | 186.4 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 207 | 0 | 0.92 | 0.10 | 0.10 | 306.54 | 0.85 | 0.49 |
| Hex | E6 | 13 | CF | 0 | 5C | A | A | 133 | 55 | 31 |
| Octal | 346 | 23 | 317 | 0 | 134 | 12 | 12 | 463 | 125 | 61 |
| Binary | 11100110 | 10011 | 11001111 | 0 | 1011100 | 1010 | 1010 | 100110011 | 1010101 | 110001 |
Color Harmonies of #E613CF
Complementary color
Monochromatic Colors of #E613CF
Black with #E613CF
Text Example
Text Example
White with #E613CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613CF; }
p { color: rgb(230,19,207); }
H1.HeaderClassName
{
color: #E613CF;
}
.AnyTagClassName
{
color: #E613CF;
}
</style>
background-color css
<style>
a { background-color: #E613CF; }
a { background-color: rgb(230,19,207); }
div.DivClassName
{
background-color: #E613CF;
}
.BgClassName
{
background-color: #E613CF;
}
</style>
border-color css
<style>
span { border-color: #E613CF; }
span { border-color: rgb(230,19,207); }
td.TdClassName
{
border-color: #E613CF;
}
.TagClassName
{
border-color: #E613CF;
}
</style>