Html Css Color HEX #EA2631 Alizarin

📋 copy color: '#EA2631'

red 234 ◦ green 38 ◦ blue 49

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

Shades of Alizarin #EA2631

Tints of Alizarin #EA2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 72.9%
G = 11.84%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA2631 (or 0xEA2631) is known color: Alizarin. HEX triplet: EA, 26 and 31. RGB value is (234,38,49). Sum of RGB (Red+Green+Blue) = 234+38+49=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2631 is #15D9CE. Grayscale: #626262. Windows color (decimal): -1432015 or 3221226. OLE color: 3221226.

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

Color convert

RGB 234 38 49 -
CMYK 0 0.84 0.79 0.08
HSL 356.63º 0.82% 0.53% -
HSV(B) 356.63º 0.84% 0.92% -
XYZ 35.18 19.1 4.74 -
YUV 97.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 234 38 49 0 0.84 0.79 0.08 356.63 0.82 0.53
Hex EA 26 31 0 54 4F 8 165 52 35
Octal 352 46 61 0 124 117 10 545 122 65
Binary 11101010 100110 110001 0 1010100 1001111 1000 101100101 1010010 110101

Color Harmonies of #EA2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2631

Black with #EA2631

Text Example


Text Example

White with #EA2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2631; }

 p { color: rgb(234,38,49); }

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

background-color css

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

 a { background-color: rgb(234,38,49); }

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

border-color css

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

 span { border-color: rgb(234,38,49); }

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