Html Css Color HEX #EE4060 Radical Red

📋 copy color: '#EE4060'

red 238 ◦ green 64 ◦ blue 96

#EE4060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #EE4060

Tints of Radical Red #EE4060

RGB

 RED value IS 238 (93.36% from 255) = 59.8%

 GREEN value IS 64 (25.39% from 255) = 16.08%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 59.8%
G = 16.08%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE4060 (or 0xEE4060) is known color: Radical Red. HEX triplet: EE, 40 and 60. RGB value is (238,64,96). Sum of RGB (Red+Green+Blue) = 238+64+96=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4060 is #11BF9F. Grayscale: #777777. Windows color (decimal): -1163168 or 6308078. OLE color: 6308078.

HSL color Cylindrical-coordinate representation of color #EE4060: hue angle of 348.97º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4060 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 96 -
CMYK 0 0.73 0.60 0.07
HSL 348.97º 0.84% 0.59% -
HSV(B) 348.97º 0.73% 0.93% -
XYZ 39.2 22.69 13.38 -
YUV 119.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 238 64 96 0 0.73 0.60 0.07 348.97 0.84 0.59
Hex EE 40 60 0 49 3C 7 15D 54 3B
Octal 356 100 140 0 111 74 7 535 124 73
Binary 11101110 1000000 1100000 0 1001001 111100 111 101011101 1010100 111011

Color Harmonies of #EE4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4060

Black with #EE4060

Text Example


Text Example

White with #EE4060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4060; }

 p { color: rgb(238,64,96); }

 H1.HeaderClassName
 {
   color: #EE4060;
 }
 .AnyTagClassName
 {
   color: #EE4060;
 }
</style>

background-color css

<style>
 a { background-color: #EE4060; }

 a { background-color: rgb(238,64,96); }

 div.DivClassName
 {
   background-color: #EE4060;
 }
 .BgClassName
 {
   background-color: #EE4060;
 }
</style>

border-color css

<style>
 span { border-color: #EE4060; }

 span { border-color: rgb(238,64,96); }

 td.TdClassName
 {
   border-color: #EE4060;
 }
 .TagClassName
 {
   border-color: #EE4060;
 }
</style>