Html Css Color HEX #EE2640 Alizarin

📋 copy color: '#EE2640'

red 238 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #EE2640

Tints of Alizarin #EE2640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

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

R = 70%
G = 11.18%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE2640 (or 0xEE2640) is known color: Alizarin. HEX triplet: EE, 26 and 40. RGB value is (238,38,64). Sum of RGB (Red+Green+Blue) = 238+38+64=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2640 is #11D9BF. Grayscale: #646464. Windows color (decimal): -1169856 or 4204270. OLE color: 4204270.

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

Color convert

RGB 238 38 64 -
CMYK 0 0.84 0.73 0.07
HSL 352.2º 0.85% 0.54% -
HSV(B) 352.2º 0.84% 0.93% -
XYZ 36.88 19.93 6.75 -
YUV 100.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 238 38 64 0 0.84 0.73 0.07 352.2 0.85 0.54
Hex EE 26 40 0 54 49 7 160 55 36
Octal 356 46 100 0 124 111 7 540 125 66
Binary 11101110 100110 1000000 0 1010100 1001001 111 101100000 1010101 110110

Color Harmonies of #EE2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2640

Black with #EE2640

Text Example


Text Example

White with #EE2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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