Html Css Color HEX #EA3742 Alizarin

📋 copy color: '#EA3742'

red 234 ◦ green 55 ◦ blue 66

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

Shades of Alizarin #EA3742

Tints of Alizarin #EA3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

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

R = 65.92%
G = 15.49%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA3742 (or 0xEA3742) is known color: Alizarin. HEX triplet: EA, 37 and 42. RGB value is (234,55,66). Sum of RGB (Red+Green+Blue) = 234+55+66=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3742 is #15C8BD. Grayscale: #6D6D6D. Windows color (decimal): -1427646 or 4339690. OLE color: 4339690.

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

Color convert

RGB 234 55 66 -
CMYK 0 0.76 0.72 0.08
HSL 356.31º 0.81% 0.57% -
HSV(B) 356.31º 0.76% 0.92% -
XYZ 36.28 20.62 7.22 -
YUV 109.78 103.3 216.61 -
System Red Green Blue C M Y K H S L
Decimal 234 55 66 0 0.76 0.72 0.08 356.31 0.81 0.57
Hex EA 37 42 0 4C 48 8 164 51 39
Octal 352 67 102 0 114 110 10 544 121 71
Binary 11101010 110111 1000010 0 1001100 1001000 1000 101100100 1010001 111001

Color Harmonies of #EA3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3742

Black with #EA3742

Text Example


Text Example

White with #EA3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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