Shades of Hollywood Cerise #ED02B2
Tints of Hollywood Cerise #ED02B2
RGB
CMYK
RGB Variations
Color information
#ED02B2 (or 0xED02B2) is known color: Hollywood Cerise. HEX triplet: ED, 02 and B2. RGB value is (237,2,178). Sum of RGB (Red+Green+Blue) = 237+2+178=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED02B2 is #12FD4D. Grayscale: #5B5B5B. Windows color (decimal): -1244494 or 11666157. OLE color: 11666157.
HSL color Cylindrical-coordinate representation of color #ED02B2: hue angle of 315.06º 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 #ED02B2 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.07 |
| HSL | 315.06º | 0.98% | 0.47% | - |
| HSV(B) | 315.06º | 0.99% | 0.93% | - |
| XYZ | 42.98 | 21.26 | 43.96 | - |
| YUV | 92.33 | 176.36 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 178 | 0 | 0.99 | 0.25 | 0.07 | 315.06 | 0.98 | 0.47 |
| Hex | ED | 2 | B2 | 0 | 63 | 19 | 7 | 13B | 62 | 2F |
| Octal | 355 | 2 | 262 | 0 | 143 | 31 | 7 | 473 | 142 | 57 |
| Binary | 11101101 | 10 | 10110010 | 0 | 1100011 | 11001 | 111 | 100111011 | 1100010 | 101111 |
Color Harmonies of #ED02B2
Complementary color
Monochromatic Colors of #ED02B2
Black with #ED02B2
Text Example
Text Example
White with #ED02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED02B2; }
p { color: rgb(237,2,178); }
H1.HeaderClassName
{
color: #ED02B2;
}
.AnyTagClassName
{
color: #ED02B2;
}
</style>
background-color css
<style>
a { background-color: #ED02B2; }
a { background-color: rgb(237,2,178); }
div.DivClassName
{
background-color: #ED02B2;
}
.BgClassName
{
background-color: #ED02B2;
}
</style>
border-color css
<style>
span { border-color: #ED02B2; }
span { border-color: rgb(237,2,178); }
td.TdClassName
{
border-color: #ED02B2;
}
.TagClassName
{
border-color: #ED02B2;
}
</style>