Shades of Radical Red #EE325D
Tints of Radical Red #EE325D
RGB
CMYK
RGB Variations
Color information
#EE325D (or 0xEE325D) is known color: Radical Red. HEX triplet: EE, 32 and 5D. RGB value is (238,50,93). Sum of RGB (Red+Green+Blue) = 238+50+93=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE325D is #11CDA2. Grayscale: #6F6F6F. Windows color (decimal): -1166755 or 6107886. OLE color: 6107886.
HSL color Cylindrical-coordinate representation of color #EE325D: hue angle of 346.28º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE325D is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 93 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.07 |
| HSL | 346.28º | 0.85% | 0.56% | - |
| HSV(B) | 346.28º | 0.79% | 0.93% | - |
| XYZ | 38.38 | 21.25 | 12.43 | - |
| YUV | 111.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 93 | 0 | 0.79 | 0.61 | 0.07 | 346.28 | 0.85 | 0.56 |
| Hex | EE | 32 | 5D | 0 | 4F | 3D | 7 | 15A | 55 | 38 |
| Octal | 356 | 62 | 135 | 0 | 117 | 75 | 7 | 532 | 125 | 70 |
| Binary | 11101110 | 110010 | 1011101 | 0 | 1001111 | 111101 | 111 | 101011010 | 1010101 | 111000 |
Color Harmonies of #EE325D
Complementary color
Monochromatic Colors of #EE325D
Black with #EE325D
Text Example
Text Example
White with #EE325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE325D; }
p { color: rgb(238,50,93); }
H1.HeaderClassName
{
color: #EE325D;
}
.AnyTagClassName
{
color: #EE325D;
}
</style>
background-color css
<style>
a { background-color: #EE325D; }
a { background-color: rgb(238,50,93); }
div.DivClassName
{
background-color: #EE325D;
}
.BgClassName
{
background-color: #EE325D;
}
</style>
border-color css
<style>
span { border-color: #EE325D; }
span { border-color: rgb(238,50,93); }
td.TdClassName
{
border-color: #EE325D;
}
.TagClassName
{
border-color: #EE325D;
}
</style>