Shades of Deep Cerise #EE2682
Tints of Deep Cerise #EE2682
RGB
CMYK
RGB Variations
Color information
#EE2682 (or 0xEE2682) is known color: Deep Cerise. HEX triplet: EE, 26 and 82. RGB value is (238,38,130). Sum of RGB (Red+Green+Blue) = 238+38+130=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2682 is #11D97D. Grayscale: #6C6C6C. Windows color (decimal): -1169790 or 8529646. OLE color: 8529646.
HSL color Cylindrical-coordinate representation of color #EE2682: hue angle of 332.4º 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 #EE2682 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 130 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.07 |
| HSL | 332.4º | 0.85% | 0.54% | - |
| HSV(B) | 332.4º | 0.84% | 0.93% | - |
| XYZ | 39.98 | 21.18 | 23.1 | - |
| YUV | 108.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 130 | 0 | 0.84 | 0.45 | 0.07 | 332.4 | 0.85 | 0.54 |
| Hex | EE | 26 | 82 | 0 | 54 | 2D | 7 | 14C | 55 | 36 |
| Octal | 356 | 46 | 202 | 0 | 124 | 55 | 7 | 514 | 125 | 66 |
| Binary | 11101110 | 100110 | 10000010 | 0 | 1010100 | 101101 | 111 | 101001100 | 1010101 | 110110 |
Color Harmonies of #EE2682
Complementary color
Monochromatic Colors of #EE2682
Black with #EE2682
Text Example
Text Example
White with #EE2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2682; }
p { color: rgb(238,38,130); }
H1.HeaderClassName
{
color: #EE2682;
}
.AnyTagClassName
{
color: #EE2682;
}
</style>
background-color css
<style>
a { background-color: #EE2682; }
a { background-color: rgb(238,38,130); }
div.DivClassName
{
background-color: #EE2682;
}
.BgClassName
{
background-color: #EE2682;
}
</style>
border-color css
<style>
span { border-color: #EE2682; }
span { border-color: rgb(238,38,130); }
td.TdClassName
{
border-color: #EE2682;
}
.TagClassName
{
border-color: #EE2682;
}
</style>