Html Css Color HEX #EA3239 Alizarin

📋 copy color: '#EA3239'

red 234 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #EA3239

Tints of Alizarin #EA3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 68.62%
G = 14.66%
B = 16.72%

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

#EA3239 (or 0xEA3239) is known color: Alizarin. HEX triplet: EA, 32 and 39. RGB value is (234,50,57). Sum of RGB (Red+Green+Blue) = 234+50+57=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3239 is #15CDC6. Grayscale: #696969. Windows color (decimal): -1428935 or 3748586. OLE color: 3748586.

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

Color convert

RGB 234 50 57 -
CMYK 0 0.79 0.76 0.08
HSL 357.72º 0.81% 0.56% -
HSV(B) 357.72º 0.79% 0.92% -
XYZ 35.81 20.07 5.86 -
YUV 105.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 234 50 57 0 0.79 0.76 0.08 357.72 0.81 0.56
Hex EA 32 39 0 4F 4C 8 166 51 38
Octal 352 62 71 0 117 114 10 546 121 70
Binary 11101010 110010 111001 0 1001111 1001100 1000 101100110 1010001 111000

Color Harmonies of #EA3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3239

Black with #EA3239

Text Example


Text Example

White with #EA3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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