Html Css Color HEX #EA2440 Alizarin

📋 copy color: '#EA2440'

red 234 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #EA2440

Tints of Alizarin #EA2440

RGB

 RED value IS 234 (91.8% from 255) = 70.06%

 GREEN value IS 36 (14.45% from 255) = 10.78%

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

R = 70.06%
G = 10.78%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA2440 (or 0xEA2440) is known color: Alizarin. HEX triplet: EA, 24 and 40. RGB value is (234,36,64). Sum of RGB (Red+Green+Blue) = 234+36+64=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2440 is #15DBBF. Grayscale: #626262. Windows color (decimal): -1432512 or 4203754. OLE color: 4203754.

HSL color Cylindrical-coordinate representation of color #EA2440: hue angle of 351.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2440 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 64 -
CMYK 0 0.85 0.73 0.08
HSL 351.52º 0.83% 0.53% -
HSV(B) 351.52º 0.85% 0.92% -
XYZ 35.49 19.12 6.67 -
YUV 98.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 234 36 64 0 0.85 0.73 0.08 351.52 0.83 0.53
Hex EA 24 40 0 55 49 8 160 52 35
Octal 352 44 100 0 125 111 10 540 122 65
Binary 11101010 100100 1000000 0 1010101 1001001 1000 101100000 1010010 110101

Color Harmonies of #EA2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2440

Black with #EA2440

Text Example


Text Example

White with #EA2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2440; }

 p { color: rgb(234,36,64); }

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

background-color css

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

 a { background-color: rgb(234,36,64); }

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

border-color css

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

 span { border-color: rgb(234,36,64); }

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