Shades of Cerise #EE2675
Tints of Cerise #EE2675
RGB
CMYK
RGB Variations
Color information
#EE2675 (or 0xEE2675) is known color: Cerise. HEX triplet: EE, 26 and 75. RGB value is (238,38,117). Sum of RGB (Red+Green+Blue) = 238+38+117=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2675 is #11D98A. Grayscale: #6A6A6A. Windows color (decimal): -1169803 or 7677678. OLE color: 7677678.
HSL color Cylindrical-coordinate representation of color #EE2675: hue angle of 336.3º 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 #EE2675 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 117 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.07 |
| HSL | 336.3º | 0.85% | 0.54% | - |
| HSV(B) | 336.3º | 0.84% | 0.93% | - |
| XYZ | 39.16 | 20.85 | 18.79 | - |
| YUV | 106.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 117 | 0 | 0.84 | 0.51 | 0.07 | 336.3 | 0.85 | 0.54 |
| Hex | EE | 26 | 75 | 0 | 54 | 33 | 7 | 150 | 55 | 36 |
| Octal | 356 | 46 | 165 | 0 | 124 | 63 | 7 | 520 | 125 | 66 |
| Binary | 11101110 | 100110 | 1110101 | 0 | 1010100 | 110011 | 111 | 101010000 | 1010101 | 110110 |
Color Harmonies of #EE2675
Complementary color
Monochromatic Colors of #EE2675
Black with #EE2675
Text Example
Text Example
White with #EE2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2675; }
p { color: rgb(238,38,117); }
H1.HeaderClassName
{
color: #EE2675;
}
.AnyTagClassName
{
color: #EE2675;
}
</style>
background-color css
<style>
a { background-color: #EE2675; }
a { background-color: rgb(238,38,117); }
div.DivClassName
{
background-color: #EE2675;
}
.BgClassName
{
background-color: #EE2675;
}
</style>
border-color css
<style>
span { border-color: #EE2675; }
span { border-color: rgb(238,38,117); }
td.TdClassName
{
border-color: #EE2675;
}
.TagClassName
{
border-color: #EE2675;
}
</style>