Html Css Color HEX #EA3039 Alizarin

📋 copy color: '#EA3039'

red 234 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #EA3039

Tints of Alizarin #EA3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 57 (22.66% from 255) = 16.81%

R = 69.03%
G = 14.16%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA3039 (or 0xEA3039) is known color: Alizarin. HEX triplet: EA, 30 and 39. RGB value is (234,48,57). Sum of RGB (Red+Green+Blue) = 234+48+57=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3039 is #15CFC6. Grayscale: #686868. Windows color (decimal): -1429447 or 3748074. OLE color: 3748074.

HSL color Cylindrical-coordinate representation of color #EA3039: hue angle of 357.1º degrees, saturation: 0.82, 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 #EA3039 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 57 -
CMYK 0 0.79 0.76 0.08
HSL 357.1º 0.82% 0.55% -
HSV(B) 357.1º 0.79% 0.92% -
XYZ 35.73 19.9 5.83 -
YUV 104.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 234 48 57 0 0.79 0.76 0.08 357.1 0.82 0.55
Hex EA 30 39 0 4F 4C 8 165 52 37
Octal 352 60 71 0 117 114 10 545 122 67
Binary 11101010 110000 111001 0 1001111 1001100 1000 101100101 1010010 110111

Color Harmonies of #EA3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3039

Black with #EA3039

Text Example


Text Example

White with #EA3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3039; }

 p { color: rgb(234,48,57); }

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

background-color css

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

 a { background-color: rgb(234,48,57); }

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

border-color css

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

 span { border-color: rgb(234,48,57); }

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