Html Css Color HEX #EE293E Alizarin

📋 copy color: '#EE293E'

red 238 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #EE293E

Tints of Alizarin #EE293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 69.79%
G = 12.02%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE293E (or 0xEE293E) is known color: Alizarin. HEX triplet: EE, 29 and 3E. RGB value is (238,41,62). Sum of RGB (Red+Green+Blue) = 238+41+62=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE293E is #11D6C1. Grayscale: #666666. Windows color (decimal): -1169090 or 4073966. OLE color: 4073966.

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

Color convert

RGB 238 41 62 -
CMYK 0 0.83 0.74 0.07
HSL 353.6º 0.85% 0.55% -
HSV(B) 353.6º 0.83% 0.93% -
XYZ 36.92 20.11 6.49 -
YUV 102.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 238 41 62 0 0.83 0.74 0.07 353.6 0.85 0.55
Hex EE 29 3E 0 53 4A 7 162 55 37
Octal 356 51 76 0 123 112 7 542 125 67
Binary 11101110 101001 111110 0 1010011 1001010 111 101100010 1010101 110111

Color Harmonies of #EE293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE293E

Black with #EE293E

Text Example


Text Example

White with #EE293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE293E; }

 p { color: rgb(238,41,62); }

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

background-color css

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

 a { background-color: rgb(238,41,62); }

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

border-color css

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

 span { border-color: rgb(238,41,62); }

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