Html Css Color HEX #EA3753 Amaranth

📋 copy color: '#EA3753'

red 234 ◦ green 55 ◦ blue 83

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

Shades of Amaranth #EA3753

Tints of Amaranth #EA3753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 62.9%
G = 14.78%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA3753 (or 0xEA3753) is known color: Amaranth. HEX triplet: EA, 37 and 53. RGB value is (234,55,83). Sum of RGB (Red+Green+Blue) = 234+55+83=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3753 is #15C8AC. Grayscale: #6F6F6F. Windows color (decimal): -1427629 or 5453802. OLE color: 5453802.

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

Color convert

RGB 234 55 83 -
CMYK 0 0.76 0.65 0.08
HSL 350.61º 0.81% 0.57% -
HSV(B) 350.61º 0.76% 0.92% -
XYZ 36.86 20.85 10.27 -
YUV 111.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 234 55 83 0 0.76 0.65 0.08 350.61 0.81 0.57
Hex EA 37 53 0 4C 41 8 15F 51 39
Octal 352 67 123 0 114 101 10 537 121 71
Binary 11101010 110111 1010011 0 1001100 1000001 1000 101011111 1010001 111001

Color Harmonies of #EA3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3753

Black with #EA3753

Text Example


Text Example

White with #EA3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3753; }

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

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

background-color css

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

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

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

border-color css

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

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

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