Shades of Radical Red #EE455F
Tints of Radical Red #EE455F
RGB
CMYK
RGB Variations
Color information
#EE455F (or 0xEE455F) is known color: Radical Red. HEX triplet: EE, 45 and 5F. RGB value is (238,69,95). Sum of RGB (Red+Green+Blue) = 238+69+95=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE455F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE455F is #11BAA0. Grayscale: #7A7A7A. Windows color (decimal): -1161889 or 6243822. OLE color: 6243822.
HSL color Cylindrical-coordinate representation of color #EE455F: hue angle of 350.77º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE455F is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 95 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.07 |
| HSL | 350.77º | 0.83% | 0.6% | - |
| HSV(B) | 350.77º | 0.71% | 0.93% | - |
| XYZ | 39.45 | 23.26 | 13.24 | - |
| YUV | 122.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 95 | 0 | 0.71 | 0.60 | 0.07 | 350.77 | 0.83 | 0.6 |
| Hex | EE | 45 | 5F | 0 | 47 | 3C | 7 | 15F | 53 | 3C |
| Octal | 356 | 105 | 137 | 0 | 107 | 74 | 7 | 537 | 123 | 74 |
| Binary | 11101110 | 1000101 | 1011111 | 0 | 1000111 | 111100 | 111 | 101011111 | 1010011 | 111100 |
Color Harmonies of #EE455F
Complementary color
Monochromatic Colors of #EE455F
Black with #EE455F
Text Example
Text Example
White with #EE455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE455F; }
p { color: rgb(238,69,95); }
H1.HeaderClassName
{
color: #EE455F;
}
.AnyTagClassName
{
color: #EE455F;
}
</style>
background-color css
<style>
a { background-color: #EE455F; }
a { background-color: rgb(238,69,95); }
div.DivClassName
{
background-color: #EE455F;
}
.BgClassName
{
background-color: #EE455F;
}
</style>
border-color css
<style>
span { border-color: #EE455F; }
span { border-color: rgb(238,69,95); }
td.TdClassName
{
border-color: #EE455F;
}
.TagClassName
{
border-color: #EE455F;
}
</style>