Html Css Color HEX #EA4041 Alizarin

📋 copy color: '#EA4041'

red 234 ◦ green 64 ◦ blue 65

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

Shades of Alizarin #EA4041

Tints of Alizarin #EA4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 64.46%
G = 17.63%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA4041 (or 0xEA4041) is known color: Alizarin. HEX triplet: EA, 40 and 41. RGB value is (234,64,65). Sum of RGB (Red+Green+Blue) = 234+64+65=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4041 is #15BFBE. Grayscale: #737373. Windows color (decimal): -1425343 or 4276458. OLE color: 4276458.

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

Color convert

RGB 234 64 65 -
CMYK 0 0.73 0.72 0.08
HSL 359.65º 0.8% 0.58% -
HSV(B) 359.65º 0.73% 0.92% -
XYZ 36.72 21.54 7.22 -
YUV 114.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 234 64 65 0 0.73 0.72 0.08 359.65 0.8 0.58
Hex EA 40 41 0 49 48 8 168 50 3A
Octal 352 100 101 0 111 110 10 550 120 72
Binary 11101010 1000000 1000001 0 1001001 1001000 1000 101101000 1010000 111010

Color Harmonies of #EA4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4041

Black with #EA4041

Text Example


Text Example

White with #EA4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4041; }

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

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

background-color css

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

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

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

border-color css

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

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

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