Html Css Color HEX #EA2540 Alizarin

📋 copy color: '#EA2540'

red 234 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #EA2540

Tints of Alizarin #EA2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 69.85%
G = 11.04%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA2540 (or 0xEA2540) is known color: Alizarin. HEX triplet: EA, 25 and 40. RGB value is (234,37,64). Sum of RGB (Red+Green+Blue) = 234+37+64=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2540 is #15DABF. Grayscale: #636363. Windows color (decimal): -1432256 or 4204010. OLE color: 4204010.

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

Color convert

RGB 234 37 64 -
CMYK 0 0.84 0.73 0.08
HSL 351.78º 0.82% 0.53% -
HSV(B) 351.78º 0.84% 0.92% -
XYZ 35.52 19.19 6.68 -
YUV 98.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 234 37 64 0 0.84 0.73 0.08 351.78 0.82 0.53
Hex EA 25 40 0 54 49 8 160 52 35
Octal 352 45 100 0 124 111 10 540 122 65
Binary 11101010 100101 1000000 0 1010100 1001001 1000 101100000 1010010 110101

Color Harmonies of #EA2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2540

Black with #EA2540

Text Example


Text Example

White with #EA2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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