Shades of Hollywood Cerise #EA10AD
Tints of Hollywood Cerise #EA10AD
RGB
CMYK
RGB Variations
Color information
#EA10AD (or 0xEA10AD) is known color: Hollywood Cerise. HEX triplet: EA, 10 and AD. RGB value is (234,16,173). Sum of RGB (Red+Green+Blue) = 234+16+173=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA10AD is #15EF52. Grayscale: #626262. Windows color (decimal): -1437523 or 11342058. OLE color: 11342058.
HSL color Cylindrical-coordinate representation of color #EA10AD: hue angle of 316.79º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10AD is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 173 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.08 |
| HSL | 316.79º | 0.87% | 0.49% | - |
| HSV(B) | 316.79º | 0.93% | 0.92% | - |
| XYZ | 41.66 | 20.88 | 41.37 | - |
| YUV | 99.08 | 169.72 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 173 | 0 | 0.93 | 0.26 | 0.08 | 316.79 | 0.87 | 0.49 |
| Hex | EA | 10 | AD | 0 | 5D | 1A | 8 | 13D | 57 | 31 |
| Octal | 352 | 20 | 255 | 0 | 135 | 32 | 10 | 475 | 127 | 61 |
| Binary | 11101010 | 10000 | 10101101 | 0 | 1011101 | 11010 | 1000 | 100111101 | 1010111 | 110001 |
Color Harmonies of #EA10AD
Complementary color
Monochromatic Colors of #EA10AD
Black with #EA10AD
Text Example
Text Example
White with #EA10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA10AD; }
p { color: rgb(234,16,173); }
H1.HeaderClassName
{
color: #EA10AD;
}
.AnyTagClassName
{
color: #EA10AD;
}
</style>
background-color css
<style>
a { background-color: #EA10AD; }
a { background-color: rgb(234,16,173); }
div.DivClassName
{
background-color: #EA10AD;
}
.BgClassName
{
background-color: #EA10AD;
}
</style>
border-color css
<style>
span { border-color: #EA10AD; }
span { border-color: rgb(234,16,173); }
td.TdClassName
{
border-color: #EA10AD;
}
.TagClassName
{
border-color: #EA10AD;
}
</style>