Html Css Color HEX #EA393D Alizarin

📋 copy color: '#EA393D'

red 234 ◦ green 57 ◦ blue 61

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

Shades of Alizarin #EA393D

Tints of Alizarin #EA393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 66.48%
G = 16.19%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA393D (or 0xEA393D) is known color: Alizarin. HEX triplet: EA, 39 and 3D. RGB value is (234,57,61). Sum of RGB (Red+Green+Blue) = 234+57+61=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA393D is #15C6C2. Grayscale: #6E6E6E. Windows color (decimal): -1427139 or 4012522. OLE color: 4012522.

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

Color convert

RGB 234 57 61 -
CMYK 0 0.76 0.74 0.08
HSL 358.64º 0.81% 0.57% -
HSV(B) 358.64º 0.76% 0.92% -
XYZ 36.24 20.76 6.51 -
YUV 110.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 234 57 61 0 0.76 0.74 0.08 358.64 0.81 0.57
Hex EA 39 3D 0 4C 4A 8 167 51 39
Octal 352 71 75 0 114 112 10 547 121 71
Binary 11101010 111001 111101 0 1001100 1001010 1000 101100111 1010001 111001

Color Harmonies of #EA393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA393D

Black with #EA393D

Text Example


Text Example

White with #EA393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA393D; }

 p { color: rgb(234,57,61); }

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

background-color css

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

 a { background-color: rgb(234,57,61); }

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

border-color css

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

 span { border-color: rgb(234,57,61); }

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