Shades of Radical Red #EE4352
Tints of Radical Red #EE4352
RGB
CMYK
RGB Variations
Color information
#EE4352 (or 0xEE4352) is known color: Radical Red. HEX triplet: EE, 43 and 52. RGB value is (238,67,82). Sum of RGB (Red+Green+Blue) = 238+67+82=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4352 is #11BCAD. Grayscale: #777777. Windows color (decimal): -1162414 or 5391342. OLE color: 5391342.
HSL color Cylindrical-coordinate representation of color #EE4352: hue angle of 354.74º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE4352 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 82 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.07 |
| HSL | 354.74º | 0.83% | 0.6% | - |
| HSV(B) | 354.74º | 0.72% | 0.93% | - |
| XYZ | 38.79 | 22.8 | 10.34 | - |
| YUV | 119.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 82 | 0 | 0.72 | 0.66 | 0.07 | 354.74 | 0.83 | 0.6 |
| Hex | EE | 43 | 52 | 0 | 48 | 42 | 7 | 163 | 53 | 3C |
| Octal | 356 | 103 | 122 | 0 | 110 | 102 | 7 | 543 | 123 | 74 |
| Binary | 11101110 | 1000011 | 1010010 | 0 | 1001000 | 1000010 | 111 | 101100011 | 1010011 | 111100 |
Color Harmonies of #EE4352
Complementary color
Monochromatic Colors of #EE4352
Black with #EE4352
Text Example
Text Example
White with #EE4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4352; }
p { color: rgb(238,67,82); }
H1.HeaderClassName
{
color: #EE4352;
}
.AnyTagClassName
{
color: #EE4352;
}
</style>
background-color css
<style>
a { background-color: #EE4352; }
a { background-color: rgb(238,67,82); }
div.DivClassName
{
background-color: #EE4352;
}
.BgClassName
{
background-color: #EE4352;
}
</style>
border-color css
<style>
span { border-color: #EE4352; }
span { border-color: rgb(238,67,82); }
td.TdClassName
{
border-color: #EE4352;
}
.TagClassName
{
border-color: #EE4352;
}
</style>