Shades of Shocking Pink #EB09C8
Tints of Shocking Pink #EB09C8
RGB
CMYK
RGB Variations
Color information
#EB09C8 (or 0xEB09C8) is known color: Shocking Pink. HEX triplet: EB, 09 and C8. RGB value is (235,9,200). Sum of RGB (Red+Green+Blue) = 235+9+200=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB09C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB09C8 is #14F637. Grayscale: #616161. Windows color (decimal): -1373752 or 13109739. OLE color: 13109739.
HSL color Cylindrical-coordinate representation of color #EB09C8: hue angle of 309.29º 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 #EB09C8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.08 |
| HSL | 309.29º | 0.93% | 0.48% | - |
| HSV(B) | 309.29º | 0.96% | 0.92% | - |
| XYZ | 44.78 | 22.03 | 56.53 | - |
| YUV | 98.35 | 185.37 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 9 | 200 | 0 | 0.96 | 0.15 | 0.08 | 309.29 | 0.93 | 0.48 |
| Hex | EB | 9 | C8 | 0 | 60 | F | 8 | 135 | 5D | 30 |
| Octal | 353 | 11 | 310 | 0 | 140 | 17 | 10 | 465 | 135 | 60 |
| Binary | 11101011 | 1001 | 11001000 | 0 | 1100000 | 1111 | 1000 | 100110101 | 1011101 | 110000 |
Color Harmonies of #EB09C8
Complementary color
Monochromatic Colors of #EB09C8
Black with #EB09C8
Text Example
Text Example
White with #EB09C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB09C8; }
p { color: rgb(235,9,200); }
H1.HeaderClassName
{
color: #EB09C8;
}
.AnyTagClassName
{
color: #EB09C8;
}
</style>
background-color css
<style>
a { background-color: #EB09C8; }
a { background-color: rgb(235,9,200); }
div.DivClassName
{
background-color: #EB09C8;
}
.BgClassName
{
background-color: #EB09C8;
}
</style>
border-color css
<style>
span { border-color: #EB09C8; }
span { border-color: rgb(235,9,200); }
td.TdClassName
{
border-color: #EB09C8;
}
.TagClassName
{
border-color: #EB09C8;
}
</style>