Html Css Color HEX #EE3140 Alizarin

📋 copy color: '#EE3140'

red 238 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #EE3140

Tints of Alizarin #EE3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 67.81%
G = 13.96%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE3140 (or 0xEE3140) is known color: Alizarin. HEX triplet: EE, 31 and 40. RGB value is (238,49,64). Sum of RGB (Red+Green+Blue) = 238+49+64=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3140 is #11CEBF. Grayscale: #6B6B6B. Windows color (decimal): -1167040 or 4207086. OLE color: 4207086.

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

Color convert

RGB 238 49 64 -
CMYK 0 0.79 0.73 0.07
HSL 355.24º 0.85% 0.56% -
HSV(B) 355.24º 0.79% 0.93% -
XYZ 37.28 20.74 6.89 -
YUV 107.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 238 49 64 0 0.79 0.73 0.07 355.24 0.85 0.56
Hex EE 31 40 0 4F 49 7 163 55 38
Octal 356 61 100 0 117 111 7 543 125 70
Binary 11101110 110001 1000000 0 1001111 1001001 111 101100011 1010101 111000

Color Harmonies of #EE3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3140

Black with #EE3140

Text Example


Text Example

White with #EE3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3140; }

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

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

background-color css

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

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

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

border-color css

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

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

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