Shades of Shocking Pink #E618CA
Tints of Shocking Pink #E618CA
RGB
CMYK
RGB Variations
Color information
#E618CA (or 0xE618CA) is known color: Shocking Pink. HEX triplet: E6, 18 and CA. RGB value is (230,24,202). Sum of RGB (Red+Green+Blue) = 230+24+202=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E618CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618CA is #19E735. Grayscale: #696969. Windows color (decimal): -1697590 or 13244646. OLE color: 13244646.
HSL color Cylindrical-coordinate representation of color #E618CA: hue angle of 308.16º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618CA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 202 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.10 |
| HSL | 308.16º | 0.81% | 0.5% | - |
| HSV(B) | 308.16º | 0.9% | 0.9% | - |
| XYZ | 43.62 | 21.74 | 57.77 | - |
| YUV | 105.89 | 182.25 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 202 | 0 | 0.90 | 0.12 | 0.10 | 308.16 | 0.81 | 0.5 |
| Hex | E6 | 18 | CA | 0 | 5A | C | A | 134 | 51 | 32 |
| Octal | 346 | 30 | 312 | 0 | 132 | 14 | 12 | 464 | 121 | 62 |
| Binary | 11100110 | 11000 | 11001010 | 0 | 1011010 | 1100 | 1010 | 100110100 | 1010001 | 110010 |
Color Harmonies of #E618CA
Complementary color
Monochromatic Colors of #E618CA
Black with #E618CA
Text Example
Text Example
White with #E618CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618CA; }
p { color: rgb(230,24,202); }
H1.HeaderClassName
{
color: #E618CA;
}
.AnyTagClassName
{
color: #E618CA;
}
</style>
background-color css
<style>
a { background-color: #E618CA; }
a { background-color: rgb(230,24,202); }
div.DivClassName
{
background-color: #E618CA;
}
.BgClassName
{
background-color: #E618CA;
}
</style>
border-color css
<style>
span { border-color: #E618CA; }
span { border-color: rgb(230,24,202); }
td.TdClassName
{
border-color: #E618CA;
}
.TagClassName
{
border-color: #E618CA;
}
</style>