Html Css Color HEX #EA3C41 Alizarin

📋 copy color: '#EA3C41'

red 234 ◦ green 60 ◦ blue 65

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

Shades of Alizarin #EA3C41

Tints of Alizarin #EA3C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.71%

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

R = 65.18%
G = 16.71%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA3C41 (or 0xEA3C41) is known color: Alizarin. HEX triplet: EA, 3C and 41. RGB value is (234,60,65). Sum of RGB (Red+Green+Blue) = 234+60+65=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C41 is #15C3BE. Grayscale: #707070. Windows color (decimal): -1426367 or 4275434. OLE color: 4275434.

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

Color convert

RGB 234 60 65 -
CMYK 0 0.74 0.72 0.08
HSL 358.28º 0.81% 0.58% -
HSV(B) 358.28º 0.74% 0.92% -
XYZ 36.5 21.11 7.15 -
YUV 112.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 234 60 65 0 0.74 0.72 0.08 358.28 0.81 0.58
Hex EA 3C 41 0 4A 48 8 166 51 3A
Octal 352 74 101 0 112 110 10 546 121 72
Binary 11101010 111100 1000001 0 1001010 1001000 1000 101100110 1010001 111010

Color Harmonies of #EA3C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C41

Black with #EA3C41

Text Example


Text Example

White with #EA3C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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