Html Css Color HEX #EE293B Alizarin

📋 copy color: '#EE293B'

red 238 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #EE293B

Tints of Alizarin #EE293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 70.41%
G = 12.13%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE293B (or 0xEE293B) is known color: Alizarin. HEX triplet: EE, 29 and 3B. RGB value is (238,41,59). Sum of RGB (Red+Green+Blue) = 238+41+59=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE293B is #11D6C4. Grayscale: #666666. Windows color (decimal): -1169093 or 3877358. OLE color: 3877358.

HSL color Cylindrical-coordinate representation of color #EE293B: hue angle of 354.52º 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 #EE293B is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 41 59 -
CMYK 0 0.83 0.75 0.07
HSL 354.52º 0.85% 0.55% -
HSV(B) 354.52º 0.83% 0.93% -
XYZ 36.84 20.08 6.07 -
YUV 101.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 238 41 59 0 0.83 0.75 0.07 354.52 0.85 0.55
Hex EE 29 3B 0 53 4B 7 163 55 37
Octal 356 51 73 0 123 113 7 543 125 67
Binary 11101110 101001 111011 0 1010011 1001011 111 101100011 1010101 110111

Color Harmonies of #EE293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE293B

Black with #EE293B

Text Example


Text Example

White with #EE293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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