Shades of Shocking Pink #E31BCA
Tints of Shocking Pink #E31BCA
RGB
CMYK
RGB Variations
Color information
#E31BCA (or 0xE31BCA) is known color: Shocking Pink. HEX triplet: E3, 1B and CA. RGB value is (227,27,202). Sum of RGB (Red+Green+Blue) = 227+27+202=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BCA is #1CE435. Grayscale: #6A6A6A. Windows color (decimal): -1893430 or 13245411. OLE color: 13245411.
HSL color Cylindrical-coordinate representation of color #E31BCA: hue angle of 307.5º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BCA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 202 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.11 |
| HSL | 307.5º | 0.79% | 0.5% | - |
| HSV(B) | 307.5º | 0.88% | 0.89% | - |
| XYZ | 42.73 | 21.38 | 57.75 | - |
| YUV | 106.75 | 181.76 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 202 | 0 | 0.88 | 0.11 | 0.11 | 307.5 | 0.79 | 0.5 |
| Hex | E3 | 1B | CA | 0 | 58 | B | B | 134 | 4F | 32 |
| Octal | 343 | 33 | 312 | 0 | 130 | 13 | 13 | 464 | 117 | 62 |
| Binary | 11100011 | 11011 | 11001010 | 0 | 1011000 | 1011 | 1011 | 100110100 | 1001111 | 110010 |
Color Harmonies of #E31BCA
Complementary color
Monochromatic Colors of #E31BCA
Black with #E31BCA
Text Example
Text Example
White with #E31BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BCA; }
p { color: rgb(227,27,202); }
H1.HeaderClassName
{
color: #E31BCA;
}
.AnyTagClassName
{
color: #E31BCA;
}
</style>
background-color css
<style>
a { background-color: #E31BCA; }
a { background-color: rgb(227,27,202); }
div.DivClassName
{
background-color: #E31BCA;
}
.BgClassName
{
background-color: #E31BCA;
}
</style>
border-color css
<style>
span { border-color: #E31BCA; }
span { border-color: rgb(227,27,202); }
td.TdClassName
{
border-color: #E31BCA;
}
.TagClassName
{
border-color: #E31BCA;
}
</style>