Html Css Color HEX #EA2D40 Alizarin

📋 copy color: '#EA2D40'

red 234 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #EA2D40

Tints of Alizarin #EA2D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

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

R = 68.22%
G = 13.12%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA2D40 (or 0xEA2D40) is known color: Alizarin. HEX triplet: EA, 2D and 40. RGB value is (234,45,64). Sum of RGB (Red+Green+Blue) = 234+45+64=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D40 is #15D2BF. Grayscale: #676767. Windows color (decimal): -1430208 or 4206058. OLE color: 4206058.

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

Color convert

RGB 234 45 64 -
CMYK 0 0.81 0.73 0.08
HSL 353.97º 0.82% 0.55% -
HSV(B) 353.97º 0.81% 0.92% -
XYZ 35.8 19.74 6.77 -
YUV 103.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 234 45 64 0 0.81 0.73 0.08 353.97 0.82 0.55
Hex EA 2D 40 0 51 49 8 162 52 37
Octal 352 55 100 0 121 111 10 542 122 67
Binary 11101010 101101 1000000 0 1010001 1001001 1000 101100010 1010010 110111

Color Harmonies of #EA2D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D40

Black with #EA2D40

Text Example


Text Example

White with #EA2D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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