Shades of Radical Red #EE4669
Tints of Radical Red #EE4669
RGB
CMYK
RGB Variations
Color information
#EE4669 (or 0xEE4669) is known color: Radical Red. HEX triplet: EE, 46 and 69. RGB value is (238,70,105). Sum of RGB (Red+Green+Blue) = 238+70+105=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4669 is #11B996. Grayscale: #7C7C7C. Windows color (decimal): -1161623 or 6899438. OLE color: 6899438.
HSL color Cylindrical-coordinate representation of color #EE4669: hue angle of 347.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4669 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 105 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.07 |
| HSL | 347.5º | 0.83% | 0.6% | - |
| HSV(B) | 347.5º | 0.71% | 0.93% | - |
| XYZ | 40 | 23.58 | 15.81 | - |
| YUV | 124.22 | 117.16 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 105 | 0 | 0.71 | 0.56 | 0.07 | 347.5 | 0.83 | 0.6 |
| Hex | EE | 46 | 69 | 0 | 47 | 38 | 7 | 15C | 53 | 3C |
| Octal | 356 | 106 | 151 | 0 | 107 | 70 | 7 | 534 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1101001 | 0 | 1000111 | 111000 | 111 | 101011100 | 1010011 | 111100 |
Color Harmonies of #EE4669
Complementary color
Monochromatic Colors of #EE4669
Black with #EE4669
Text Example
Text Example
White with #EE4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4669; }
p { color: rgb(238,70,105); }
H1.HeaderClassName
{
color: #EE4669;
}
.AnyTagClassName
{
color: #EE4669;
}
</style>
background-color css
<style>
a { background-color: #EE4669; }
a { background-color: rgb(238,70,105); }
div.DivClassName
{
background-color: #EE4669;
}
.BgClassName
{
background-color: #EE4669;
}
</style>
border-color css
<style>
span { border-color: #EE4669; }
span { border-color: rgb(238,70,105); }
td.TdClassName
{
border-color: #EE4669;
}
.TagClassName
{
border-color: #EE4669;
}
</style>