Shades of Hollywood Cerise #ED038A
Tints of Hollywood Cerise #ED038A
RGB
CMYK
RGB Variations
Color information
#ED038A (or 0xED038A) is known color: Hollywood Cerise. HEX triplet: ED, 03 and 8A. RGB value is (237,3,138). Sum of RGB (Red+Green+Blue) = 237+3+138=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED038A is #12FC75. Grayscale: #585858. Windows color (decimal): -1244278 or 9044973. OLE color: 9044973.
HSL color Cylindrical-coordinate representation of color #ED038A: hue angle of 325.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED038A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.07 |
| HSL | 325.38º | 0.98% | 0.47% | - |
| HSV(B) | 325.38º | 0.99% | 0.93% | - |
| XYZ | 39.55 | 19.9 | 25.8 | - |
| YUV | 88.36 | 156.02 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 138 | 0 | 0.99 | 0.42 | 0.07 | 325.38 | 0.98 | 0.47 |
| Hex | ED | 3 | 8A | 0 | 63 | 2A | 7 | 145 | 62 | 2F |
| Octal | 355 | 3 | 212 | 0 | 143 | 52 | 7 | 505 | 142 | 57 |
| Binary | 11101101 | 11 | 10001010 | 0 | 1100011 | 101010 | 111 | 101000101 | 1100010 | 101111 |
Color Harmonies of #ED038A
Complementary color
Monochromatic Colors of #ED038A
Black with #ED038A
Text Example
Text Example
White with #ED038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED038A; }
p { color: rgb(237,3,138); }
H1.HeaderClassName
{
color: #ED038A;
}
.AnyTagClassName
{
color: #ED038A;
}
</style>
background-color css
<style>
a { background-color: #ED038A; }
a { background-color: rgb(237,3,138); }
div.DivClassName
{
background-color: #ED038A;
}
.BgClassName
{
background-color: #ED038A;
}
</style>
border-color css
<style>
span { border-color: #ED038A; }
span { border-color: rgb(237,3,138); }
td.TdClassName
{
border-color: #ED038A;
}
.TagClassName
{
border-color: #ED038A;
}
</style>