Shades of Deep Cerise #EE277F
Tints of Deep Cerise #EE277F
RGB
CMYK
RGB Variations
Color information
#EE277F (or 0xEE277F) is known color: Deep Cerise. HEX triplet: EE, 27 and 7F. RGB value is (238,39,127). Sum of RGB (Red+Green+Blue) = 238+39+127=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE277F is #11D880. Grayscale: #6C6C6C. Windows color (decimal): -1169537 or 8333294. OLE color: 8333294.
HSL color Cylindrical-coordinate representation of color #EE277F: hue angle of 333.47º 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 #EE277F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 127 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.07 |
| HSL | 333.47º | 0.85% | 0.54% | - |
| HSV(B) | 333.47º | 0.84% | 0.93% | - |
| XYZ | 39.82 | 21.16 | 22.06 | - |
| YUV | 108.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 127 | 0 | 0.84 | 0.47 | 0.07 | 333.47 | 0.85 | 0.54 |
| Hex | EE | 27 | 7F | 0 | 54 | 2F | 7 | 14D | 55 | 36 |
| Octal | 356 | 47 | 177 | 0 | 124 | 57 | 7 | 515 | 125 | 66 |
| Binary | 11101110 | 100111 | 1111111 | 0 | 1010100 | 101111 | 111 | 101001101 | 1010101 | 110110 |
Color Harmonies of #EE277F
Complementary color
Monochromatic Colors of #EE277F
Black with #EE277F
Text Example
Text Example
White with #EE277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE277F; }
p { color: rgb(238,39,127); }
H1.HeaderClassName
{
color: #EE277F;
}
.AnyTagClassName
{
color: #EE277F;
}
</style>
background-color css
<style>
a { background-color: #EE277F; }
a { background-color: rgb(238,39,127); }
div.DivClassName
{
background-color: #EE277F;
}
.BgClassName
{
background-color: #EE277F;
}
</style>
border-color css
<style>
span { border-color: #EE277F; }
span { border-color: rgb(238,39,127); }
td.TdClassName
{
border-color: #EE277F;
}
.TagClassName
{
border-color: #EE277F;
}
</style>