Shades of Radical Red #EE4768
Tints of Radical Red #EE4768
RGB
CMYK
RGB Variations
Color information
#EE4768 (or 0xEE4768) is known color: Radical Red. HEX triplet: EE, 47 and 68. RGB value is (238,71,104). Sum of RGB (Red+Green+Blue) = 238+71+104=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4768 is #11B897. Grayscale: #7C7C7C. Windows color (decimal): -1161368 or 6834158. OLE color: 6834158.
HSL color Cylindrical-coordinate representation of color #EE4768: hue angle of 348.14º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4768 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 104 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.07 |
| HSL | 348.14º | 0.83% | 0.61% | - |
| HSV(B) | 348.14º | 0.7% | 0.93% | - |
| XYZ | 40.01 | 23.68 | 15.56 | - |
| YUV | 124.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 104 | 0 | 0.70 | 0.56 | 0.07 | 348.14 | 0.83 | 0.61 |
| Hex | EE | 47 | 68 | 0 | 46 | 38 | 7 | 15C | 53 | 3D |
| Octal | 356 | 107 | 150 | 0 | 106 | 70 | 7 | 534 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1101000 | 0 | 1000110 | 111000 | 111 | 101011100 | 1010011 | 111101 |
Color Harmonies of #EE4768
Complementary color
Monochromatic Colors of #EE4768
Black with #EE4768
Text Example
Text Example
White with #EE4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4768; }
p { color: rgb(238,71,104); }
H1.HeaderClassName
{
color: #EE4768;
}
.AnyTagClassName
{
color: #EE4768;
}
</style>
background-color css
<style>
a { background-color: #EE4768; }
a { background-color: rgb(238,71,104); }
div.DivClassName
{
background-color: #EE4768;
}
.BgClassName
{
background-color: #EE4768;
}
</style>
border-color css
<style>
span { border-color: #EE4768; }
span { border-color: rgb(238,71,104); }
td.TdClassName
{
border-color: #EE4768;
}
.TagClassName
{
border-color: #EE4768;
}
</style>