Html Css Color HEX #EA293F Alizarin

📋 copy color: '#EA293F'

red 234 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #EA293F

Tints of Alizarin #EA293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

 BLUE value IS 63 (25% from 255) = 18.64%

R = 69.23%
G = 12.13%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA293F (or 0xEA293F) is known color: Alizarin. HEX triplet: EA, 29 and 3F. RGB value is (234,41,63). Sum of RGB (Red+Green+Blue) = 234+41+63=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA293F is #15D6C0. Grayscale: #656565. Windows color (decimal): -1431233 or 4139498. OLE color: 4139498.

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

Color convert

RGB 234 41 63 -
CMYK 0 0.82 0.73 0.08
HSL 353.16º 0.82% 0.54% -
HSV(B) 353.16º 0.82% 0.92% -
XYZ 35.62 19.44 6.58 -
YUV 101.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 234 41 63 0 0.82 0.73 0.08 353.16 0.82 0.54
Hex EA 29 3F 0 52 49 8 161 52 36
Octal 352 51 77 0 122 111 10 541 122 66
Binary 11101010 101001 111111 0 1010010 1001001 1000 101100001 1010010 110110

Color Harmonies of #EA293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA293F

Black with #EA293F

Text Example


Text Example

White with #EA293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA293F; }

 p { color: rgb(234,41,63); }

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

background-color css

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

 a { background-color: rgb(234,41,63); }

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

border-color css

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

 span { border-color: rgb(234,41,63); }

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