Html Css Color HEX #EA3140 Alizarin

📋 copy color: '#EA3140'

red 234 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #EA3140

Tints of Alizarin #EA3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.12%

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

R = 67.44%
G = 14.12%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA3140 (or 0xEA3140) is known color: Alizarin. HEX triplet: EA, 31 and 40. RGB value is (234,49,64). Sum of RGB (Red+Green+Blue) = 234+49+64=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3140 is #15CEBF. Grayscale: #6A6A6A. Windows color (decimal): -1429184 or 4207082. OLE color: 4207082.

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

Color convert

RGB 234 49 64 -
CMYK 0 0.79 0.73 0.08
HSL 355.14º 0.81% 0.55% -
HSV(B) 355.14º 0.79% 0.92% -
XYZ 35.96 20.06 6.83 -
YUV 106.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 234 49 64 0 0.79 0.73 0.08 355.14 0.81 0.55
Hex EA 31 40 0 4F 49 8 163 51 37
Octal 352 61 100 0 117 111 10 543 121 67
Binary 11101010 110001 1000000 0 1001111 1001001 1000 101100011 1010001 110111

Color Harmonies of #EA3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3140

Black with #EA3140

Text Example


Text Example

White with #EA3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3140; }

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

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

background-color css

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

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

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

border-color css

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

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

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