Html Css Color HEX #EA4042 Alizarin

📋 copy color: '#EA4042'

red 234 ◦ green 64 ◦ blue 66

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

Shades of Alizarin #EA4042

Tints of Alizarin #EA4042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.13%

R = 64.29%
G = 17.58%
B = 18.13%

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

#EA4042 (or 0xEA4042) is known color: Alizarin. HEX triplet: EA, 40 and 42. RGB value is (234,64,66). Sum of RGB (Red+Green+Blue) = 234+64+66=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4042 is #15BFBD. Grayscale: #737373. Windows color (decimal): -1425342 or 4341994. OLE color: 4341994.

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

Color convert

RGB 234 64 66 -
CMYK 0 0.73 0.72 0.08
HSL 359.29º 0.8% 0.58% -
HSV(B) 359.29º 0.73% 0.92% -
XYZ 36.75 21.55 7.38 -
YUV 115.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 234 64 66 0 0.73 0.72 0.08 359.29 0.8 0.58
Hex EA 40 42 0 49 48 8 167 50 3A
Octal 352 100 102 0 111 110 10 547 120 72
Binary 11101010 1000000 1000010 0 1001001 1001000 1000 101100111 1010000 111010

Color Harmonies of #EA4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4042

Black with #EA4042

Text Example


Text Example

White with #EA4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4042; }

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

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

background-color css

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

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

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

border-color css

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

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

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