Html Css Color HEX #EA4453 Amaranth

📋 copy color: '#EA4453'

red 234 ◦ green 68 ◦ blue 83

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

Shades of Amaranth #EA4453

Tints of Amaranth #EA4453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

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

R = 60.78%
G = 17.66%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4453 (or 0xEA4453) is known color: Amaranth. HEX triplet: EA, 44 and 53. RGB value is (234,68,83). Sum of RGB (Red+Green+Blue) = 234+68+83=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4453 is #15BBAC. Grayscale: #777777. Windows color (decimal): -1424301 or 5457130. OLE color: 5457130.

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

Color convert

RGB 234 68 83 -
CMYK 0 0.71 0.65 0.08
HSL 354.58º 0.8% 0.59% -
HSV(B) 354.58º 0.71% 0.92% -
XYZ 37.56 22.25 10.5 -
YUV 119.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 234 68 83 0 0.71 0.65 0.08 354.58 0.8 0.59
Hex EA 44 53 0 47 41 8 163 50 3B
Octal 352 104 123 0 107 101 10 543 120 73
Binary 11101010 1000100 1010011 0 1000111 1000001 1000 101100011 1010000 111011

Color Harmonies of #EA4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4453

Black with #EA4453

Text Example


Text Example

White with #EA4453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4453; }

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

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

background-color css

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

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

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

border-color css

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

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

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