Html Css Color HEX #EA2B3A Alizarin

📋 copy color: '#EA2B3A'

red 234 ◦ green 43 ◦ blue 58

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

Shades of Alizarin #EA2B3A

Tints of Alizarin #EA2B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 69.85%
G = 12.84%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA2B3A (or 0xEA2B3A) is known color: Alizarin. HEX triplet: EA, 2B and 3A. RGB value is (234,43,58). Sum of RGB (Red+Green+Blue) = 234+43+58=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2B3A is #15D4C5. Grayscale: #656565. Windows color (decimal): -1430726 or 3812330. OLE color: 3812330.

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

Color convert

RGB 234 43 58 -
CMYK 0 0.82 0.75 0.08
HSL 355.29º 0.82% 0.54% -
HSV(B) 355.29º 0.82% 0.92% -
XYZ 35.56 19.53 5.9 -
YUV 101.82 103.28 222.28 -
System Red Green Blue C M Y K H S L
Decimal 234 43 58 0 0.82 0.75 0.08 355.29 0.82 0.54
Hex EA 2B 3A 0 52 4B 8 163 52 36
Octal 352 53 72 0 122 113 10 543 122 66
Binary 11101010 101011 111010 0 1010010 1001011 1000 101100011 1010010 110110

Color Harmonies of #EA2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B3A

Black with #EA2B3A

Text Example


Text Example

White with #EA2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B3A; }

 p { color: rgb(234,43,58); }

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

background-color css

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

 a { background-color: rgb(234,43,58); }

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

border-color css

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

 span { border-color: rgb(234,43,58); }

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