Shades of Radical Red #EE425D
Tints of Radical Red #EE425D
RGB
CMYK
RGB Variations
Color information
#EE425D (or 0xEE425D) is known color: Radical Red. HEX triplet: EE, 42 and 5D. RGB value is (238,66,93). Sum of RGB (Red+Green+Blue) = 238+66+93=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE425D is #11BDA2. Grayscale: #787878. Windows color (decimal): -1162659 or 6111982. OLE color: 6111982.
HSL color Cylindrical-coordinate representation of color #EE425D: hue angle of 350.58º 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 #EE425D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.07 |
| HSL | 350.58º | 0.83% | 0.6% | - |
| HSV(B) | 350.58º | 0.72% | 0.93% | - |
| XYZ | 39.18 | 22.86 | 12.7 | - |
| YUV | 120.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 93 | 0 | 0.72 | 0.61 | 0.07 | 350.58 | 0.83 | 0.6 |
| Hex | EE | 42 | 5D | 0 | 48 | 3D | 7 | 15F | 53 | 3C |
| Octal | 356 | 102 | 135 | 0 | 110 | 75 | 7 | 537 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1011101 | 0 | 1001000 | 111101 | 111 | 101011111 | 1010011 | 111100 |
Color Harmonies of #EE425D
Complementary color
Monochromatic Colors of #EE425D
Black with #EE425D
Text Example
Text Example
White with #EE425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE425D; }
p { color: rgb(238,66,93); }
H1.HeaderClassName
{
color: #EE425D;
}
.AnyTagClassName
{
color: #EE425D;
}
</style>
background-color css
<style>
a { background-color: #EE425D; }
a { background-color: rgb(238,66,93); }
div.DivClassName
{
background-color: #EE425D;
}
.BgClassName
{
background-color: #EE425D;
}
</style>
border-color css
<style>
span { border-color: #EE425D; }
span { border-color: rgb(238,66,93); }
td.TdClassName
{
border-color: #EE425D;
}
.TagClassName
{
border-color: #EE425D;
}
</style>