Shades of Radical Red #EE4452
Tints of Radical Red #EE4452
RGB
CMYK
RGB Variations
Color information
#EE4452 (or 0xEE4452) is known color: Radical Red. HEX triplet: EE, 44 and 52. RGB value is (238,68,82). Sum of RGB (Red+Green+Blue) = 238+68+82=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4452 is #11BBAD. Grayscale: #787878. Windows color (decimal): -1162158 or 5391598. OLE color: 5391598.
HSL color Cylindrical-coordinate representation of color #EE4452: hue angle of 355.06º 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 #EE4452 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 82 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.07 |
| HSL | 355.06º | 0.83% | 0.6% | - |
| HSV(B) | 355.06º | 0.71% | 0.93% | - |
| XYZ | 38.85 | 22.92 | 10.36 | - |
| YUV | 120.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 82 | 0 | 0.71 | 0.66 | 0.07 | 355.06 | 0.83 | 0.6 |
| Hex | EE | 44 | 52 | 0 | 47 | 42 | 7 | 163 | 53 | 3C |
| Octal | 356 | 104 | 122 | 0 | 107 | 102 | 7 | 543 | 123 | 74 |
| Binary | 11101110 | 1000100 | 1010010 | 0 | 1000111 | 1000010 | 111 | 101100011 | 1010011 | 111100 |
Color Harmonies of #EE4452
Complementary color
Monochromatic Colors of #EE4452
Black with #EE4452
Text Example
Text Example
White with #EE4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4452; }
p { color: rgb(238,68,82); }
H1.HeaderClassName
{
color: #EE4452;
}
.AnyTagClassName
{
color: #EE4452;
}
</style>
background-color css
<style>
a { background-color: #EE4452; }
a { background-color: rgb(238,68,82); }
div.DivClassName
{
background-color: #EE4452;
}
.BgClassName
{
background-color: #EE4452;
}
</style>
border-color css
<style>
span { border-color: #EE4452; }
span { border-color: rgb(238,68,82); }
td.TdClassName
{
border-color: #EE4452;
}
.TagClassName
{
border-color: #EE4452;
}
</style>