Html Css Color HEX #EA3142 Alizarin

📋 copy color: '#EA3142'

red 234 ◦ green 49 ◦ blue 66

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

Shades of Alizarin #EA3142

Tints of Alizarin #EA3142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

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

R = 67.05%
G = 14.04%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA3142 (or 0xEA3142) is known color: Alizarin. HEX triplet: EA, 31 and 42. RGB value is (234,49,66). Sum of RGB (Red+Green+Blue) = 234+49+66=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3142 is #15CEBD. Grayscale: #6A6A6A. Windows color (decimal): -1429182 or 4338154. OLE color: 4338154.

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

Color convert

RGB 234 49 66 -
CMYK 0 0.79 0.72 0.08
HSL 354.49º 0.81% 0.55% -
HSV(B) 354.49º 0.79% 0.92% -
XYZ 36.01 20.08 7.13 -
YUV 106.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 234 49 66 0 0.79 0.72 0.08 354.49 0.81 0.55
Hex EA 31 42 0 4F 48 8 162 51 37
Octal 352 61 102 0 117 110 10 542 121 67
Binary 11101010 110001 1000010 0 1001111 1001000 1000 101100010 1010001 110111

Color Harmonies of #EA3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3142

Black with #EA3142

Text Example


Text Example

White with #EA3142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3142; }

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

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

background-color css

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

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

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

border-color css

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

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

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