Shades of Shocking Pink #EA09B7
Tints of Shocking Pink #EA09B7
RGB
CMYK
RGB Variations
Color information
#EA09B7 (or 0xEA09B7) is known color: Shocking Pink. HEX triplet: EA, 09 and B7. RGB value is (234,9,183). Sum of RGB (Red+Green+Blue) = 234+9+183=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09B7 is #15F648. Grayscale: #5F5F5F. Windows color (decimal): -1439305 or 11995626. OLE color: 11995626.
HSL color Cylindrical-coordinate representation of color #EA09B7: hue angle of 313.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09B7 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 183 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.08 |
| HSL | 313.6º | 0.93% | 0.48% | - |
| HSV(B) | 313.6º | 0.96% | 0.92% | - |
| XYZ | 42.58 | 21.11 | 46.63 | - |
| YUV | 96.11 | 177.04 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 183 | 0 | 0.96 | 0.22 | 0.08 | 313.6 | 0.93 | 0.48 |
| Hex | EA | 9 | B7 | 0 | 60 | 16 | 8 | 13A | 5D | 30 |
| Octal | 352 | 11 | 267 | 0 | 140 | 26 | 10 | 472 | 135 | 60 |
| Binary | 11101010 | 1001 | 10110111 | 0 | 1100000 | 10110 | 1000 | 100111010 | 1011101 | 110000 |
Color Harmonies of #EA09B7
Complementary color
Monochromatic Colors of #EA09B7
Black with #EA09B7
Text Example
Text Example
White with #EA09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09B7; }
p { color: rgb(234,9,183); }
H1.HeaderClassName
{
color: #EA09B7;
}
.AnyTagClassName
{
color: #EA09B7;
}
</style>
background-color css
<style>
a { background-color: #EA09B7; }
a { background-color: rgb(234,9,183); }
div.DivClassName
{
background-color: #EA09B7;
}
.BgClassName
{
background-color: #EA09B7;
}
</style>
border-color css
<style>
span { border-color: #EA09B7; }
span { border-color: rgb(234,9,183); }
td.TdClassName
{
border-color: #EA09B7;
}
.TagClassName
{
border-color: #EA09B7;
}
</style>