Html Css Color HEX #EA2340 Alizarin

📋 copy color: '#EA2340'

red 234 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #EA2340

Tints of Alizarin #EA2340

RGB

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

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

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

R = 70.27%
G = 10.51%
B = 19.22%

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

#EA2340 (or 0xEA2340) is known color: Alizarin. HEX triplet: EA, 23 and 40. RGB value is (234,35,64). Sum of RGB (Red+Green+Blue) = 234+35+64=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2340 is #15DCBF. Grayscale: #616161. Windows color (decimal): -1432768 or 4203498. OLE color: 4203498.

HSL color Cylindrical-coordinate representation of color #EA2340: hue angle of 351.26º degrees, saturation: 0.83, 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 #EA2340 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 64 -
CMYK 0 0.85 0.73 0.08
HSL 351.26º 0.83% 0.53% -
HSV(B) 351.26º 0.85% 0.92% -
XYZ 35.46 19.06 6.66 -
YUV 97.81 108.93 225.14 -
System Red Green Blue C M Y K H S L
Decimal 234 35 64 0 0.85 0.73 0.08 351.26 0.83 0.53
Hex EA 23 40 0 55 49 8 15F 53 35
Octal 352 43 100 0 125 111 10 537 123 65
Binary 11101010 100011 1000000 0 1010101 1001001 1000 101011111 1010011 110101

Color Harmonies of #EA2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2340

Black with #EA2340

Text Example


Text Example

White with #EA2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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