Shades of Cerise #ED2666
Tints of Cerise #ED2666
RGB
CMYK
RGB Variations
Color information
#ED2666 (or 0xED2666) is known color: Cerise. HEX triplet: ED, 26 and 66. RGB value is (237,38,102). Sum of RGB (Red+Green+Blue) = 237+38+102=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2666 is #12D999. Grayscale: #686868. Windows color (decimal): -1235354 or 6694637. OLE color: 6694637.
HSL color Cylindrical-coordinate representation of color #ED2666: hue angle of 340.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2666 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 38 | 102 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.07 |
| HSL | 340.7º | 0.85% | 0.54% | - |
| HSV(B) | 340.7º | 0.84% | 0.93% | - |
| XYZ | 38.02 | 20.35 | 14.49 | - |
| YUV | 104.8 | 126.43 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 102 | 0 | 0.84 | 0.57 | 0.07 | 340.7 | 0.85 | 0.54 |
| Hex | ED | 26 | 66 | 0 | 54 | 39 | 7 | 155 | 55 | 36 |
| Octal | 355 | 46 | 146 | 0 | 124 | 71 | 7 | 525 | 125 | 66 |
| Binary | 11101101 | 100110 | 1100110 | 0 | 1010100 | 111001 | 111 | 101010101 | 1010101 | 110110 |
Color Harmonies of #ED2666
Complementary color
Monochromatic Colors of #ED2666
Black with #ED2666
Text Example
Text Example
White with #ED2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2666; }
p { color: rgb(237,38,102); }
H1.HeaderClassName
{
color: #ED2666;
}
.AnyTagClassName
{
color: #ED2666;
}
</style>
background-color css
<style>
a { background-color: #ED2666; }
a { background-color: rgb(237,38,102); }
div.DivClassName
{
background-color: #ED2666;
}
.BgClassName
{
background-color: #ED2666;
}
</style>
border-color css
<style>
span { border-color: #ED2666; }
span { border-color: rgb(237,38,102); }
td.TdClassName
{
border-color: #ED2666;
}
.TagClassName
{
border-color: #ED2666;
}
</style>