Html Css Color HEX #EA1836 Alizarin

📋 copy color: '#EA1836'

red 234 ◦ green 24 ◦ blue 54

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

Shades of Alizarin #EA1836

Tints of Alizarin #EA1836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 75%
G = 7.69%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA1836 (or 0xEA1836) is known color: Alizarin. HEX triplet: EA, 18 and 36. RGB value is (234,24,54). Sum of RGB (Red+Green+Blue) = 234+24+54=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1836 is #15E7C9. Grayscale: #5A5A5A. Windows color (decimal): -1435594 or 3545322. OLE color: 3545322.

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

Color convert

RGB 234 24 54 -
CMYK 0 0.90 0.77 0.08
HSL 351.43º 0.83% 0.51% -
HSV(B) 351.43º 0.9% 0.92% -
XYZ 34.92 18.41 5.2 -
YUV 90.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 234 24 54 0 0.90 0.77 0.08 351.43 0.83 0.51
Hex EA 18 36 0 5A 4D 8 15F 53 33
Octal 352 30 66 0 132 115 10 537 123 63
Binary 11101010 11000 110110 0 1011010 1001101 1000 101011111 1010011 110011

Color Harmonies of #EA1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1836

Black with #EA1836

Text Example


Text Example

White with #EA1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1836; }

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

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

background-color css

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

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

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

border-color css

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

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

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