Shades of Cerise #EE326A
Tints of Cerise #EE326A
RGB
CMYK
RGB Variations
Color information
#EE326A (or 0xEE326A) is known color: Cerise. HEX triplet: EE, 32 and 6A. RGB value is (238,50,106). Sum of RGB (Red+Green+Blue) = 238+50+106=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE326A is #11CD95. Grayscale: #707070. Windows color (decimal): -1166742 or 6959854. OLE color: 6959854.
HSL color Cylindrical-coordinate representation of color #EE326A: hue angle of 342.13º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE326A is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 106 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.07 |
| HSL | 342.13º | 0.85% | 0.56% | - |
| HSV(B) | 342.13º | 0.79% | 0.93% | - |
| XYZ | 39 | 21.5 | 15.73 | - |
| YUV | 112.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 106 | 0 | 0.79 | 0.55 | 0.07 | 342.13 | 0.85 | 0.56 |
| Hex | EE | 32 | 6A | 0 | 4F | 37 | 7 | 156 | 55 | 38 |
| Octal | 356 | 62 | 152 | 0 | 117 | 67 | 7 | 526 | 125 | 70 |
| Binary | 11101110 | 110010 | 1101010 | 0 | 1001111 | 110111 | 111 | 101010110 | 1010101 | 111000 |
Color Harmonies of #EE326A
Complementary color
Monochromatic Colors of #EE326A
Black with #EE326A
Text Example
Text Example
White with #EE326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE326A; }
p { color: rgb(238,50,106); }
H1.HeaderClassName
{
color: #EE326A;
}
.AnyTagClassName
{
color: #EE326A;
}
</style>
background-color css
<style>
a { background-color: #EE326A; }
a { background-color: rgb(238,50,106); }
div.DivClassName
{
background-color: #EE326A;
}
.BgClassName
{
background-color: #EE326A;
}
</style>
border-color css
<style>
span { border-color: #EE326A; }
span { border-color: rgb(238,50,106); }
td.TdClassName
{
border-color: #EE326A;
}
.TagClassName
{
border-color: #EE326A;
}
</style>