Html Css Color HEX #EE2341 Alizarin

📋 copy color: '#EE2341'

red 238 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #EE2341

Tints of Alizarin #EE2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.36%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 70.41%
G = 10.36%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE2341 (or 0xEE2341) is known color: Alizarin. HEX triplet: EE, 23 and 41. RGB value is (238,35,65). Sum of RGB (Red+Green+Blue) = 238+35+65=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2341 is #11DCBE. Grayscale: #636363. Windows color (decimal): -1170623 or 4269038. OLE color: 4269038.

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

Color convert

RGB 238 35 65 -
CMYK 0 0.85 0.73 0.07
HSL 351.13º 0.86% 0.54% -
HSV(B) 351.13º 0.85% 0.93% -
XYZ 36.82 19.76 6.87 -
YUV 99.12 108.75 227.06 -
System Red Green Blue C M Y K H S L
Decimal 238 35 65 0 0.85 0.73 0.07 351.13 0.86 0.54
Hex EE 23 41 0 55 49 7 15F 56 36
Octal 356 43 101 0 125 111 7 537 126 66
Binary 11101110 100011 1000001 0 1010101 1001001 111 101011111 1010110 110110

Color Harmonies of #EE2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2341

Black with #EE2341

Text Example


Text Example

White with #EE2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2341; }

 p { color: rgb(238,35,65); }

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

background-color css

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

 a { background-color: rgb(238,35,65); }

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

border-color css

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

 span { border-color: rgb(238,35,65); }

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