Html Css Color HEX #EE3760 Radical Red

📋 copy color: '#EE3760'

red 238 ◦ green 55 ◦ blue 96

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

Shades of Radical Red #EE3760

Tints of Radical Red #EE3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

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

R = 61.18%
G = 14.14%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE3760 (or 0xEE3760) is known color: Radical Red. HEX triplet: EE, 37 and 60. RGB value is (238,55,96). Sum of RGB (Red+Green+Blue) = 238+55+96=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3760 is #11C89F. Grayscale: #727272. Windows color (decimal): -1165472 or 6305774. OLE color: 6305774.

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

Color convert

RGB 238 55 96 -
CMYK 0 0.77 0.60 0.07
HSL 346.56º 0.84% 0.57% -
HSV(B) 346.56º 0.77% 0.93% -
XYZ 38.74 21.75 13.22 -
YUV 114.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 238 55 96 0 0.77 0.60 0.07 346.56 0.84 0.57
Hex EE 37 60 0 4D 3C 7 15B 54 39
Octal 356 67 140 0 115 74 7 533 124 71
Binary 11101110 110111 1100000 0 1001101 111100 111 101011011 1010100 111001

Color Harmonies of #EE3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3760

Black with #EE3760

Text Example


Text Example

White with #EE3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3760; }

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

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

background-color css

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

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

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

border-color css

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

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

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