Html Css Color HEX #EA2634 Alizarin

📋 copy color: '#EA2634'

red 234 ◦ green 38 ◦ blue 52

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

Shades of Alizarin #EA2634

Tints of Alizarin #EA2634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 72.22%
G = 11.73%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA2634 (or 0xEA2634) is known color: Alizarin. HEX triplet: EA, 26 and 34. RGB value is (234,38,52). Sum of RGB (Red+Green+Blue) = 234+38+52=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2634 is #15D9CB. Grayscale: #626262. Windows color (decimal): -1432012 or 3417834. OLE color: 3417834.

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

Color convert

RGB 234 38 52 -
CMYK 0 0.84 0.78 0.08
HSL 355.71º 0.82% 0.53% -
HSV(B) 355.71º 0.84% 0.92% -
XYZ 35.24 19.13 5.08 -
YUV 98.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 234 38 52 0 0.84 0.78 0.08 355.71 0.82 0.53
Hex EA 26 34 0 54 4E 8 164 52 35
Octal 352 46 64 0 124 116 10 544 122 65
Binary 11101010 100110 110100 0 1010100 1001110 1000 101100100 1010010 110101

Color Harmonies of #EA2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2634

Black with #EA2634

Text Example


Text Example

White with #EA2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2634; }

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

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

background-color css

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

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

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

border-color css

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

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

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