Html Css Color HEX #EA3640 Alizarin

📋 copy color: '#EA3640'

red 234 ◦ green 54 ◦ blue 64

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

Shades of Alizarin #EA3640

Tints of Alizarin #EA3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

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

R = 66.48%
G = 15.34%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA3640 (or 0xEA3640) is known color: Alizarin. HEX triplet: EA, 36 and 40. RGB value is (234,54,64). Sum of RGB (Red+Green+Blue) = 234+54+64=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3640 is #15C9BF. Grayscale: #6D6D6D. Windows color (decimal): -1427904 or 4208362. OLE color: 4208362.

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

Color convert

RGB 234 54 64 -
CMYK 0 0.77 0.73 0.08
HSL 356.67º 0.81% 0.56% -
HSV(B) 356.67º 0.77% 0.92% -
XYZ 36.18 20.5 6.9 -
YUV 108.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 234 54 64 0 0.77 0.73 0.08 356.67 0.81 0.56
Hex EA 36 40 0 4D 49 8 165 51 38
Octal 352 66 100 0 115 111 10 545 121 70
Binary 11101010 110110 1000000 0 1001101 1001001 1000 101100101 1010001 111000

Color Harmonies of #EA3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3640

Black with #EA3640

Text Example


Text Example

White with #EA3640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3640; }

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

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

background-color css

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

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

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

border-color css

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

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

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