Shades of Deep Cerise #EE258B
Tints of Deep Cerise #EE258B
RGB
CMYK
RGB Variations
Color information
#EE258B (or 0xEE258B) is known color: Deep Cerise. HEX triplet: EE, 25 and 8B. RGB value is (238,37,139). Sum of RGB (Red+Green+Blue) = 238+37+139=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE258B is #11DA74. Grayscale: #6C6C6C. Windows color (decimal): -1170037 or 9119214. OLE color: 9119214.
HSL color Cylindrical-coordinate representation of color #EE258B: hue angle of 329.55º degrees, saturation: 0.86, 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 #EE258B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 139 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.07 |
| HSL | 329.55º | 0.86% | 0.54% | - |
| HSV(B) | 329.55º | 0.84% | 0.93% | - |
| XYZ | 40.58 | 21.36 | 26.41 | - |
| YUV | 108.73 | 145.09 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 139 | 0 | 0.84 | 0.42 | 0.07 | 329.55 | 0.86 | 0.54 |
| Hex | EE | 25 | 8B | 0 | 54 | 2A | 7 | 14A | 56 | 36 |
| Octal | 356 | 45 | 213 | 0 | 124 | 52 | 7 | 512 | 126 | 66 |
| Binary | 11101110 | 100101 | 10001011 | 0 | 1010100 | 101010 | 111 | 101001010 | 1010110 | 110110 |
Color Harmonies of #EE258B
Complementary color
Monochromatic Colors of #EE258B
Black with #EE258B
Text Example
Text Example
White with #EE258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE258B; }
p { color: rgb(238,37,139); }
H1.HeaderClassName
{
color: #EE258B;
}
.AnyTagClassName
{
color: #EE258B;
}
</style>
background-color css
<style>
a { background-color: #EE258B; }
a { background-color: rgb(238,37,139); }
div.DivClassName
{
background-color: #EE258B;
}
.BgClassName
{
background-color: #EE258B;
}
</style>
border-color css
<style>
span { border-color: #EE258B; }
span { border-color: rgb(238,37,139); }
td.TdClassName
{
border-color: #EE258B;
}
.TagClassName
{
border-color: #EE258B;
}
</style>