Html Css Color HEX #EA2833 Alizarin

📋 copy color: '#EA2833'

red 234 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #EA2833

Tints of Alizarin #EA2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 72%
G = 12.31%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA2833 (or 0xEA2833) is known color: Alizarin. HEX triplet: EA, 28 and 33. RGB value is (234,40,51). Sum of RGB (Red+Green+Blue) = 234+40+51=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2833 is #15D7CC. Grayscale: #636363. Windows color (decimal): -1431501 or 3352810. OLE color: 3352810.

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

Color convert

RGB 234 40 51 -
CMYK 0 0.83 0.78 0.08
HSL 356.6º 0.82% 0.54% -
HSV(B) 356.6º 0.83% 0.92% -
XYZ 35.29 19.25 4.99 -
YUV 99.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 234 40 51 0 0.83 0.78 0.08 356.6 0.82 0.54
Hex EA 28 33 0 53 4E 8 165 52 36
Octal 352 50 63 0 123 116 10 545 122 66
Binary 11101010 101000 110011 0 1010011 1001110 1000 101100101 1010010 110110

Color Harmonies of #EA2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2833

Black with #EA2833

Text Example


Text Example

White with #EA2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2833; }

 p { color: rgb(234,40,51); }

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

background-color css

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

 a { background-color: rgb(234,40,51); }

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

border-color css

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

 span { border-color: rgb(234,40,51); }

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