Shades of Hollywood Cerise #EA169D
Tints of Hollywood Cerise #EA169D
RGB
CMYK
RGB Variations
Color information
#EA169D (or 0xEA169D) is known color: Hollywood Cerise. HEX triplet: EA, 16 and 9D. RGB value is (234,22,157). Sum of RGB (Red+Green+Blue) = 234+22+157=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA169D is #15E962. Grayscale: #646464. Windows color (decimal): -1436003 or 10295018. OLE color: 10295018.
HSL color Cylindrical-coordinate representation of color #EA169D: hue angle of 321.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA169D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 157 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.08 |
| HSL | 321.79º | 0.83% | 0.5% | - |
| HSV(B) | 321.79º | 0.91% | 0.92% | - |
| XYZ | 40.3 | 20.5 | 33.73 | - |
| YUV | 100.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 157 | 0 | 0.91 | 0.33 | 0.08 | 321.79 | 0.83 | 0.5 |
| Hex | EA | 16 | 9D | 0 | 5B | 21 | 8 | 142 | 53 | 32 |
| Octal | 352 | 26 | 235 | 0 | 133 | 41 | 10 | 502 | 123 | 62 |
| Binary | 11101010 | 10110 | 10011101 | 0 | 1011011 | 100001 | 1000 | 101000010 | 1010011 | 110010 |
Color Harmonies of #EA169D
Complementary color
Monochromatic Colors of #EA169D
Black with #EA169D
Text Example
Text Example
White with #EA169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA169D; }
p { color: rgb(234,22,157); }
H1.HeaderClassName
{
color: #EA169D;
}
.AnyTagClassName
{
color: #EA169D;
}
</style>
background-color css
<style>
a { background-color: #EA169D; }
a { background-color: rgb(234,22,157); }
div.DivClassName
{
background-color: #EA169D;
}
.BgClassName
{
background-color: #EA169D;
}
</style>
border-color css
<style>
span { border-color: #EA169D; }
span { border-color: rgb(234,22,157); }
td.TdClassName
{
border-color: #EA169D;
}
.TagClassName
{
border-color: #EA169D;
}
</style>