Html Css Color HEX #EA3040 Alizarin

📋 copy color: '#EA3040'

red 234 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #EA3040

Tints of Alizarin #EA3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 67.63%
G = 13.87%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA3040 (or 0xEA3040) is known color: Alizarin. HEX triplet: EA, 30 and 40. RGB value is (234,48,64). Sum of RGB (Red+Green+Blue) = 234+48+64=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3040 is #15CFBF. Grayscale: #696969. Windows color (decimal): -1429440 or 4206826. OLE color: 4206826.

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

Color convert

RGB 234 48 64 -
CMYK 0 0.79 0.73 0.08
HSL 354.84º 0.82% 0.55% -
HSV(B) 354.84º 0.79% 0.92% -
XYZ 35.91 19.98 6.81 -
YUV 105.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 234 48 64 0 0.79 0.73 0.08 354.84 0.82 0.55
Hex EA 30 40 0 4F 49 8 163 52 37
Octal 352 60 100 0 117 111 10 543 122 67
Binary 11101010 110000 1000000 0 1001111 1001001 1000 101100011 1010010 110111

Color Harmonies of #EA3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3040

Black with #EA3040

Text Example


Text Example

White with #EA3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3040; }

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

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

background-color css

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

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

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

border-color css

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

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

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