Html Css Color HEX #EA1E3C Alizarin

📋 copy color: '#EA1E3C'

red 234 ◦ green 30 ◦ blue 60

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

Shades of Alizarin #EA1E3C

Tints of Alizarin #EA1E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 72.22%
G = 9.26%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA1E3C (or 0xEA1E3C) is known color: Alizarin. HEX triplet: EA, 1E and 3C. RGB value is (234,30,60). Sum of RGB (Red+Green+Blue) = 234+30+60=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E3C is #15E1C3. Grayscale: #5E5E5E. Windows color (decimal): -1434052 or 3940074. OLE color: 3940074.

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

Color convert

RGB 234 30 60 -
CMYK 0 0.87 0.74 0.08
HSL 351.18º 0.83% 0.52% -
HSV(B) 351.18º 0.87% 0.92% -
XYZ 35.21 18.75 6.04 -
YUV 94.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 234 30 60 0 0.87 0.74 0.08 351.18 0.83 0.52
Hex EA 1E 3C 0 57 4A 8 15F 53 34
Octal 352 36 74 0 127 112 10 537 123 64
Binary 11101010 11110 111100 0 1010111 1001010 1000 101011111 1010011 110100

Color Harmonies of #EA1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E3C

Black with #EA1E3C

Text Example


Text Example

White with #EA1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E3C; }

 p { color: rgb(234,30,60); }

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

background-color css

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

 a { background-color: rgb(234,30,60); }

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

border-color css

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

 span { border-color: rgb(234,30,60); }

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