Html Css Color HEX #EA1E40 Alizarin

📋 copy color: '#EA1E40'

red 234 ◦ green 30 ◦ blue 64

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

Shades of Alizarin #EA1E40

Tints of Alizarin #EA1E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.15%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 71.34%
G = 9.15%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA1E40 (or 0xEA1E40) is known color: Alizarin. HEX triplet: EA, 1E and 40. RGB value is (234,30,64). Sum of RGB (Red+Green+Blue) = 234+30+64=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E40 is #15E1BF. Grayscale: #5E5E5E. Windows color (decimal): -1434048 or 4202218. OLE color: 4202218.

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

Color convert

RGB 234 30 64 -
CMYK 0 0.87 0.73 0.08
HSL 350º 0.83% 0.52% -
HSV(B) 350º 0.87% 0.92% -
XYZ 35.32 18.79 6.62 -
YUV 94.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 234 30 64 0 0.87 0.73 0.08 350 0.83 0.52
Hex EA 1E 40 0 57 49 8 15E 53 34
Octal 352 36 100 0 127 111 10 536 123 64
Binary 11101010 11110 1000000 0 1010111 1001001 1000 101011110 1010011 110100

Color Harmonies of #EA1E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E40

Black with #EA1E40

Text Example


Text Example

White with #EA1E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E40; }

 p { color: rgb(234,30,64); }

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

background-color css

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

 a { background-color: rgb(234,30,64); }

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

border-color css

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

 span { border-color: rgb(234,30,64); }

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