Shades of Cerise #EE305F
Tints of Cerise #EE305F
RGB
CMYK
RGB Variations
Color information
#EE305F (or 0xEE305F) is known color: Cerise. HEX triplet: EE, 30 and 5F. RGB value is (238,48,95). Sum of RGB (Red+Green+Blue) = 238+48+95=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE305F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE305F is #11CFA0. Grayscale: #6E6E6E. Windows color (decimal): -1167265 or 6238446. OLE color: 6238446.
HSL color Cylindrical-coordinate representation of color #EE305F: hue angle of 345.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE305F is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 95 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.07 |
| HSL | 345.16º | 0.85% | 0.56% | - |
| HSV(B) | 345.16º | 0.8% | 0.93% | - |
| XYZ | 38.38 | 21.12 | 12.88 | - |
| YUV | 110.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 95 | 0 | 0.80 | 0.60 | 0.07 | 345.16 | 0.85 | 0.56 |
| Hex | EE | 30 | 5F | 0 | 50 | 3C | 7 | 159 | 55 | 38 |
| Octal | 356 | 60 | 137 | 0 | 120 | 74 | 7 | 531 | 125 | 70 |
| Binary | 11101110 | 110000 | 1011111 | 0 | 1010000 | 111100 | 111 | 101011001 | 1010101 | 111000 |
Color Harmonies of #EE305F
Complementary color
Monochromatic Colors of #EE305F
Black with #EE305F
Text Example
Text Example
White with #EE305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE305F; }
p { color: rgb(238,48,95); }
H1.HeaderClassName
{
color: #EE305F;
}
.AnyTagClassName
{
color: #EE305F;
}
</style>
background-color css
<style>
a { background-color: #EE305F; }
a { background-color: rgb(238,48,95); }
div.DivClassName
{
background-color: #EE305F;
}
.BgClassName
{
background-color: #EE305F;
}
</style>
border-color css
<style>
span { border-color: #EE305F; }
span { border-color: rgb(238,48,95); }
td.TdClassName
{
border-color: #EE305F;
}
.TagClassName
{
border-color: #EE305F;
}
</style>