Shades of Cerise #EE2765
Tints of Cerise #EE2765
RGB
CMYK
RGB Variations
Color information
#EE2765 (or 0xEE2765) is known color: Cerise. HEX triplet: EE, 27 and 65. RGB value is (238,39,101). Sum of RGB (Red+Green+Blue) = 238+39+101=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2765 is #11D89A. Grayscale: #696969. Windows color (decimal): -1169563 or 6629358. OLE color: 6629358.
HSL color Cylindrical-coordinate representation of color #EE2765: hue angle of 341.31º 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 #EE2765 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 101 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.07 |
| HSL | 341.31º | 0.85% | 0.54% | - |
| HSV(B) | 341.31º | 0.84% | 0.93% | - |
| XYZ | 38.33 | 20.57 | 14.26 | - |
| YUV | 105.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 101 | 0 | 0.84 | 0.58 | 0.07 | 341.31 | 0.85 | 0.54 |
| Hex | EE | 27 | 65 | 0 | 54 | 3A | 7 | 155 | 55 | 36 |
| Octal | 356 | 47 | 145 | 0 | 124 | 72 | 7 | 525 | 125 | 66 |
| Binary | 11101110 | 100111 | 1100101 | 0 | 1010100 | 111010 | 111 | 101010101 | 1010101 | 110110 |
Color Harmonies of #EE2765
Complementary color
Monochromatic Colors of #EE2765
Black with #EE2765
Text Example
Text Example
White with #EE2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2765; }
p { color: rgb(238,39,101); }
H1.HeaderClassName
{
color: #EE2765;
}
.AnyTagClassName
{
color: #EE2765;
}
</style>
background-color css
<style>
a { background-color: #EE2765; }
a { background-color: rgb(238,39,101); }
div.DivClassName
{
background-color: #EE2765;
}
.BgClassName
{
background-color: #EE2765;
}
</style>
border-color css
<style>
span { border-color: #EE2765; }
span { border-color: rgb(238,39,101); }
td.TdClassName
{
border-color: #EE2765;
}
.TagClassName
{
border-color: #EE2765;
}
</style>