Shades of Radical Red #EE435D
Tints of Radical Red #EE435D
RGB
CMYK
RGB Variations
Color information
#EE435D (or 0xEE435D) is known color: Radical Red. HEX triplet: EE, 43 and 5D. RGB value is (238,67,93). Sum of RGB (Red+Green+Blue) = 238+67+93=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE435D is #11BCA2. Grayscale: #797979. Windows color (decimal): -1162403 or 6112238. OLE color: 6112238.
HSL color Cylindrical-coordinate representation of color #EE435D: hue angle of 350.88º 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 #EE435D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.07 |
| HSL | 350.88º | 0.83% | 0.6% | - |
| HSV(B) | 350.88º | 0.72% | 0.93% | - |
| XYZ | 39.24 | 22.98 | 12.72 | - |
| YUV | 121.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 93 | 0 | 0.72 | 0.61 | 0.07 | 350.88 | 0.83 | 0.6 |
| Hex | EE | 43 | 5D | 0 | 48 | 3D | 7 | 15F | 53 | 3C |
| Octal | 356 | 103 | 135 | 0 | 110 | 75 | 7 | 537 | 123 | 74 |
| Binary | 11101110 | 1000011 | 1011101 | 0 | 1001000 | 111101 | 111 | 101011111 | 1010011 | 111100 |
Color Harmonies of #EE435D
Complementary color
Monochromatic Colors of #EE435D
Black with #EE435D
Text Example
Text Example
White with #EE435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE435D; }
p { color: rgb(238,67,93); }
H1.HeaderClassName
{
color: #EE435D;
}
.AnyTagClassName
{
color: #EE435D;
}
</style>
background-color css
<style>
a { background-color: #EE435D; }
a { background-color: rgb(238,67,93); }
div.DivClassName
{
background-color: #EE435D;
}
.BgClassName
{
background-color: #EE435D;
}
</style>
border-color css
<style>
span { border-color: #EE435D; }
span { border-color: rgb(238,67,93); }
td.TdClassName
{
border-color: #EE435D;
}
.TagClassName
{
border-color: #EE435D;
}
</style>