Html Css Color HEX #EA1832 Alizarin

📋 copy color: '#EA1832'

red 234 ◦ green 24 ◦ blue 50

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

Shades of Alizarin #EA1832

Tints of Alizarin #EA1832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 75.97%
G = 7.79%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA1832 (or 0xEA1832) is known color: Alizarin. HEX triplet: EA, 18 and 32. RGB value is (234,24,50). Sum of RGB (Red+Green+Blue) = 234+24+50=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1832 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1832 is #15E7CD. Grayscale: #595959. Windows color (decimal): -1435598 or 3283178. OLE color: 3283178.

HSL color Cylindrical-coordinate representation of color #EA1832: hue angle of 352.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1832 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 50 -
CMYK 0 0.90 0.79 0.08
HSL 352.57º 0.83% 0.51% -
HSV(B) 352.57º 0.9% 0.92% -
XYZ 34.83 18.38 4.73 -
YUV 89.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 234 24 50 0 0.90 0.79 0.08 352.57 0.83 0.51
Hex EA 18 32 0 5A 4F 8 161 53 33
Octal 352 30 62 0 132 117 10 541 123 63
Binary 11101010 11000 110010 0 1011010 1001111 1000 101100001 1010011 110011

Color Harmonies of #EA1832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1832

Black with #EA1832

Text Example


Text Example

White with #EA1832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1832; }

 p { color: rgb(234,24,50); }

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

background-color css

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

 a { background-color: rgb(234,24,50); }

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

border-color css

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

 span { border-color: rgb(234,24,50); }

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