Shades of Shocking Pink #E613CB
Tints of Shocking Pink #E613CB
RGB
CMYK
RGB Variations
Color information
#E613CB (or 0xE613CB) is known color: Shocking Pink. HEX triplet: E6, 13 and CB. RGB value is (230,19,203). Sum of RGB (Red+Green+Blue) = 230+19+203=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E613CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E613CB is #19EC34. Grayscale: #666666. Windows color (decimal): -1698869 or 13308902. OLE color: 13308902.
HSL color Cylindrical-coordinate representation of color #E613CB: hue angle of 307.68º 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 #E613CB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 203 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.10 |
| HSL | 307.68º | 0.85% | 0.49% | - |
| HSV(B) | 307.68º | 0.92% | 0.9% | - |
| XYZ | 43.65 | 21.6 | 58.37 | - |
| YUV | 103.07 | 184.4 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 203 | 0 | 0.92 | 0.12 | 0.10 | 307.68 | 0.85 | 0.49 |
| Hex | E6 | 13 | CB | 0 | 5C | C | A | 134 | 55 | 31 |
| Octal | 346 | 23 | 313 | 0 | 134 | 14 | 12 | 464 | 125 | 61 |
| Binary | 11100110 | 10011 | 11001011 | 0 | 1011100 | 1100 | 1010 | 100110100 | 1010101 | 110001 |
Color Harmonies of #E613CB
Complementary color
Monochromatic Colors of #E613CB
Black with #E613CB
Text Example
Text Example
White with #E613CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613CB; }
p { color: rgb(230,19,203); }
H1.HeaderClassName
{
color: #E613CB;
}
.AnyTagClassName
{
color: #E613CB;
}
</style>
background-color css
<style>
a { background-color: #E613CB; }
a { background-color: rgb(230,19,203); }
div.DivClassName
{
background-color: #E613CB;
}
.BgClassName
{
background-color: #E613CB;
}
</style>
border-color css
<style>
span { border-color: #E613CB; }
span { border-color: rgb(230,19,203); }
td.TdClassName
{
border-color: #E613CB;
}
.TagClassName
{
border-color: #E613CB;
}
</style>