Shades of Deep Cerise #EE268A
Tints of Deep Cerise #EE268A
RGB
CMYK
RGB Variations
Color information
#EE268A (or 0xEE268A) is known color: Deep Cerise. HEX triplet: EE, 26 and 8A. RGB value is (238,38,138). Sum of RGB (Red+Green+Blue) = 238+38+138=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE268A is #11D975. Grayscale: #6D6D6D. Windows color (decimal): -1169782 or 9053934. OLE color: 9053934.
HSL color Cylindrical-coordinate representation of color #EE268A: hue angle of 330º 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 #EE268A is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 138 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.07 |
| HSL | 330º | 0.85% | 0.54% | - |
| HSV(B) | 330º | 0.84% | 0.93% | - |
| XYZ | 40.54 | 21.4 | 26.04 | - |
| YUV | 109.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 138 | 0 | 0.84 | 0.42 | 0.07 | 330 | 0.85 | 0.54 |
| Hex | EE | 26 | 8A | 0 | 54 | 2A | 7 | 14A | 55 | 36 |
| Octal | 356 | 46 | 212 | 0 | 124 | 52 | 7 | 512 | 125 | 66 |
| Binary | 11101110 | 100110 | 10001010 | 0 | 1010100 | 101010 | 111 | 101001010 | 1010101 | 110110 |
Color Harmonies of #EE268A
Complementary color
Monochromatic Colors of #EE268A
Black with #EE268A
Text Example
Text Example
White with #EE268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE268A; }
p { color: rgb(238,38,138); }
H1.HeaderClassName
{
color: #EE268A;
}
.AnyTagClassName
{
color: #EE268A;
}
</style>
background-color css
<style>
a { background-color: #EE268A; }
a { background-color: rgb(238,38,138); }
div.DivClassName
{
background-color: #EE268A;
}
.BgClassName
{
background-color: #EE268A;
}
</style>
border-color css
<style>
span { border-color: #EE268A; }
span { border-color: rgb(238,38,138); }
td.TdClassName
{
border-color: #EE268A;
}
.TagClassName
{
border-color: #EE268A;
}
</style>