Html Css Color HEX #EA2140 Alizarin

📋 copy color: '#EA2140'

red 234 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #EA2140

Tints of Alizarin #EA2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 70.69%
G = 9.97%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA2140 (or 0xEA2140) is known color: Alizarin. HEX triplet: EA, 21 and 40. RGB value is (234,33,64). Sum of RGB (Red+Green+Blue) = 234+33+64=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2140 is #15DEBF. Grayscale: #606060. Windows color (decimal): -1433280 or 4202986. OLE color: 4202986.

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

Color convert

RGB 234 33 64 -
CMYK 0 0.86 0.73 0.08
HSL 350.75º 0.83% 0.52% -
HSV(B) 350.75º 0.86% 0.92% -
XYZ 35.4 18.95 6.64 -
YUV 96.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 234 33 64 0 0.86 0.73 0.08 350.75 0.83 0.52
Hex EA 21 40 0 56 49 8 15F 53 34
Octal 352 41 100 0 126 111 10 537 123 64
Binary 11101010 100001 1000000 0 1010110 1001001 1000 101011111 1010011 110100

Color Harmonies of #EA2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2140

Black with #EA2140

Text Example


Text Example

White with #EA2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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