Shades of Hollywood Cerise #ED068E
Tints of Hollywood Cerise #ED068E
RGB
CMYK
RGB Variations
Color information
#ED068E (or 0xED068E) is known color: Hollywood Cerise. HEX triplet: ED, 06 and 8E. RGB value is (237,6,142). Sum of RGB (Red+Green+Blue) = 237+6+142=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED068E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED068E is #12F971. Grayscale: #5A5A5A. Windows color (decimal): -1243506 or 9307885. OLE color: 9307885.
HSL color Cylindrical-coordinate representation of color #ED068E: hue angle of 324.68º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED068E is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.07 |
| HSL | 324.68º | 0.95% | 0.48% | - |
| HSV(B) | 324.68º | 0.97% | 0.93% | - |
| XYZ | 39.87 | 20.09 | 27.37 | - |
| YUV | 90.57 | 157.03 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 142 | 0 | 0.97 | 0.40 | 0.07 | 324.68 | 0.95 | 0.48 |
| Hex | ED | 6 | 8E | 0 | 61 | 28 | 7 | 145 | 5F | 30 |
| Octal | 355 | 6 | 216 | 0 | 141 | 50 | 7 | 505 | 137 | 60 |
| Binary | 11101101 | 110 | 10001110 | 0 | 1100001 | 101000 | 111 | 101000101 | 1011111 | 110000 |
Color Harmonies of #ED068E
Complementary color
Monochromatic Colors of #ED068E
Black with #ED068E
Text Example
Text Example
White with #ED068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED068E; }
p { color: rgb(237,6,142); }
H1.HeaderClassName
{
color: #ED068E;
}
.AnyTagClassName
{
color: #ED068E;
}
</style>
background-color css
<style>
a { background-color: #ED068E; }
a { background-color: rgb(237,6,142); }
div.DivClassName
{
background-color: #ED068E;
}
.BgClassName
{
background-color: #ED068E;
}
</style>
border-color css
<style>
span { border-color: #ED068E; }
span { border-color: rgb(237,6,142); }
td.TdClassName
{
border-color: #ED068E;
}
.TagClassName
{
border-color: #ED068E;
}
</style>