Shades of Cerise #EE2769
Tints of Cerise #EE2769
RGB
CMYK
RGB Variations
Color information
#EE2769 (or 0xEE2769) is known color: Cerise. HEX triplet: EE, 27 and 69. RGB value is (238,39,105). Sum of RGB (Red+Green+Blue) = 238+39+105=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2769 is #11D896. Grayscale: #696969. Windows color (decimal): -1169559 or 6891502. OLE color: 6891502.
HSL color Cylindrical-coordinate representation of color #EE2769: hue angle of 340.1º 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 #EE2769 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 105 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.07 |
| HSL | 340.1º | 0.85% | 0.54% | - |
| HSV(B) | 340.1º | 0.84% | 0.93% | - |
| XYZ | 38.54 | 20.65 | 15.32 | - |
| YUV | 106.03 | 127.43 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 105 | 0 | 0.84 | 0.56 | 0.07 | 340.1 | 0.85 | 0.54 |
| Hex | EE | 27 | 69 | 0 | 54 | 38 | 7 | 154 | 55 | 36 |
| Octal | 356 | 47 | 151 | 0 | 124 | 70 | 7 | 524 | 125 | 66 |
| Binary | 11101110 | 100111 | 1101001 | 0 | 1010100 | 111000 | 111 | 101010100 | 1010101 | 110110 |
Color Harmonies of #EE2769
Complementary color
Monochromatic Colors of #EE2769
Black with #EE2769
Text Example
Text Example
White with #EE2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2769; }
p { color: rgb(238,39,105); }
H1.HeaderClassName
{
color: #EE2769;
}
.AnyTagClassName
{
color: #EE2769;
}
</style>
background-color css
<style>
a { background-color: #EE2769; }
a { background-color: rgb(238,39,105); }
div.DivClassName
{
background-color: #EE2769;
}
.BgClassName
{
background-color: #EE2769;
}
</style>
border-color css
<style>
span { border-color: #EE2769; }
span { border-color: rgb(238,39,105); }
td.TdClassName
{
border-color: #EE2769;
}
.TagClassName
{
border-color: #EE2769;
}
</style>