Shades of Radical Red #EE3F68
Tints of Radical Red #EE3F68
RGB
CMYK
RGB Variations
Color information
#EE3F68 (or 0xEE3F68) is known color: Radical Red. HEX triplet: EE, 3F and 68. RGB value is (238,63,104). Sum of RGB (Red+Green+Blue) = 238+63+104=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3F68 is #11C097. Grayscale: #787878. Windows color (decimal): -1163416 or 6832110. OLE color: 6832110.
HSL color Cylindrical-coordinate representation of color #EE3F68: hue angle of 345.94º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3F68 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 104 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.07 |
| HSL | 345.94º | 0.84% | 0.59% | - |
| HSV(B) | 345.94º | 0.74% | 0.93% | - |
| XYZ | 39.54 | 22.73 | 15.4 | - |
| YUV | 120 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 104 | 0 | 0.74 | 0.56 | 0.07 | 345.94 | 0.84 | 0.59 |
| Hex | EE | 3F | 68 | 0 | 4A | 38 | 7 | 15A | 54 | 3B |
| Octal | 356 | 77 | 150 | 0 | 112 | 70 | 7 | 532 | 124 | 73 |
| Binary | 11101110 | 111111 | 1101000 | 0 | 1001010 | 111000 | 111 | 101011010 | 1010100 | 111011 |
Color Harmonies of #EE3F68
Complementary color
Monochromatic Colors of #EE3F68
Black with #EE3F68
Text Example
Text Example
White with #EE3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F68; }
p { color: rgb(238,63,104); }
H1.HeaderClassName
{
color: #EE3F68;
}
.AnyTagClassName
{
color: #EE3F68;
}
</style>
background-color css
<style>
a { background-color: #EE3F68; }
a { background-color: rgb(238,63,104); }
div.DivClassName
{
background-color: #EE3F68;
}
.BgClassName
{
background-color: #EE3F68;
}
</style>
border-color css
<style>
span { border-color: #EE3F68; }
span { border-color: rgb(238,63,104); }
td.TdClassName
{
border-color: #EE3F68;
}
.TagClassName
{
border-color: #EE3F68;
}
</style>