Html Css Color HEX #EA3F42 Alizarin

📋 copy color: '#EA3F42'

red 234 ◦ green 63 ◦ blue 66

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

Shades of Alizarin #EA3F42

Tints of Alizarin #EA3F42

RGB

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

 GREEN value IS 63 (25% from 255) = 17.36%

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

R = 64.46%
G = 17.36%
B = 18.18%

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

#EA3F42 (or 0xEA3F42) is known color: Alizarin. HEX triplet: EA, 3F and 42. RGB value is (234,63,66). Sum of RGB (Red+Green+Blue) = 234+63+66=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3F42 is #15C0BD. Grayscale: #727272. Windows color (decimal): -1425598 or 4341738. OLE color: 4341738.

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

Color convert

RGB 234 63 66 -
CMYK 0 0.73 0.72 0.08
HSL 358.95º 0.8% 0.58% -
HSV(B) 358.95º 0.73% 0.92% -
XYZ 36.69 21.44 7.36 -
YUV 114.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 234 63 66 0 0.73 0.72 0.08 358.95 0.8 0.58
Hex EA 3F 42 0 49 48 8 167 50 3A
Octal 352 77 102 0 111 110 10 547 120 72
Binary 11101010 111111 1000010 0 1001001 1001000 1000 101100111 1010000 111010

Color Harmonies of #EA3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3F42

Black with #EA3F42

Text Example


Text Example

White with #EA3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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