Shades of Shocking Pink #E604C2
Tints of Shocking Pink #E604C2
RGB
CMYK
RGB Variations
Color information
#E604C2 (or 0xE604C2) is known color: Shocking Pink. HEX triplet: E6, 04 and C2. RGB value is (230,4,194). Sum of RGB (Red+Green+Blue) = 230+4+194=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E604C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604C2 is #19FB3D. Grayscale: #5C5C5C. Windows color (decimal): -1702718 or 12715238. OLE color: 12715238.
HSL color Cylindrical-coordinate representation of color #E604C2: hue angle of 309.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E604C2 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 194 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.10 |
| HSL | 309.56º | 0.97% | 0.46% | - |
| HSV(B) | 309.56º | 0.98% | 0.9% | - |
| XYZ | 42.41 | 20.8 | 52.82 | - |
| YUV | 93.23 | 184.87 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 194 | 0 | 0.98 | 0.16 | 0.10 | 309.56 | 0.97 | 0.46 |
| Hex | E6 | 4 | C2 | 0 | 62 | 10 | A | 136 | 61 | 2E |
| Octal | 346 | 4 | 302 | 0 | 142 | 20 | 12 | 466 | 141 | 56 |
| Binary | 11100110 | 100 | 11000010 | 0 | 1100010 | 10000 | 1010 | 100110110 | 1100001 | 101110 |
Color Harmonies of #E604C2
Complementary color
Monochromatic Colors of #E604C2
Black with #E604C2
Text Example
Text Example
White with #E604C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E604C2; }
p { color: rgb(230,4,194); }
H1.HeaderClassName
{
color: #E604C2;
}
.AnyTagClassName
{
color: #E604C2;
}
</style>
background-color css
<style>
a { background-color: #E604C2; }
a { background-color: rgb(230,4,194); }
div.DivClassName
{
background-color: #E604C2;
}
.BgClassName
{
background-color: #E604C2;
}
</style>
border-color css
<style>
span { border-color: #E604C2; }
span { border-color: rgb(230,4,194); }
td.TdClassName
{
border-color: #E604C2;
}
.TagClassName
{
border-color: #E604C2;
}
</style>