Html Css Color HEX #EA4653 Amaranth

📋 copy color: '#EA4653'

red 234 ◦ green 70 ◦ blue 83

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

Shades of Amaranth #EA4653

Tints of Amaranth #EA4653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

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

R = 60.47%
G = 18.09%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4653 (or 0xEA4653) is known color: Amaranth. HEX triplet: EA, 46 and 53. RGB value is (234,70,83). Sum of RGB (Red+Green+Blue) = 234+70+83=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4653 is #15B9AC. Grayscale: #787878. Windows color (decimal): -1423789 or 5457642. OLE color: 5457642.

HSL color Cylindrical-coordinate representation of color #EA4653: hue angle of 355.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4653 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 83 -
CMYK 0 0.70 0.65 0.08
HSL 355.24º 0.8% 0.6% -
HSV(B) 355.24º 0.7% 0.92% -
XYZ 37.68 22.5 10.54 -
YUV 120.52 106.83 208.94 -
System Red Green Blue C M Y K H S L
Decimal 234 70 83 0 0.70 0.65 0.08 355.24 0.8 0.6
Hex EA 46 53 0 46 41 8 163 50 3C
Octal 352 106 123 0 106 101 10 543 120 74
Binary 11101010 1000110 1010011 0 1000110 1000001 1000 101100011 1010000 111100

Color Harmonies of #EA4653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4653

Black with #EA4653

Text Example


Text Example

White with #EA4653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4653; }

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

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

background-color css

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

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

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

border-color css

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

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

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