Html Css Color HEX #EA373E Alizarin

📋 copy color: '#EA373E'

red 234 ◦ green 55 ◦ blue 62

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

Shades of Alizarin #EA373E

Tints of Alizarin #EA373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 66.67%
G = 15.67%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA373E (or 0xEA373E) is known color: Alizarin. HEX triplet: EA, 37 and 3E. RGB value is (234,55,62). Sum of RGB (Red+Green+Blue) = 234+55+62=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA373E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA373E is #15C8C1. Grayscale: #6D6D6D. Windows color (decimal): -1427650 or 4077546. OLE color: 4077546.

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

Color convert

RGB 234 55 62 -
CMYK 0 0.76 0.74 0.08
HSL 357.65º 0.81% 0.57% -
HSV(B) 357.65º 0.76% 0.92% -
XYZ 36.17 20.57 6.62 -
YUV 109.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 234 55 62 0 0.76 0.74 0.08 357.65 0.81 0.57
Hex EA 37 3E 0 4C 4A 8 166 51 39
Octal 352 67 76 0 114 112 10 546 121 71
Binary 11101010 110111 111110 0 1001100 1001010 1000 101100110 1010001 111001

Color Harmonies of #EA373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA373E

Black with #EA373E

Text Example


Text Example

White with #EA373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA373E; }

 p { color: rgb(234,55,62); }

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

background-color css

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

 a { background-color: rgb(234,55,62); }

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

border-color css

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

 span { border-color: rgb(234,55,62); }

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