Html Css Color HEX #EA2053 Amaranth

📋 copy color: '#EA2053'

red 234 ◦ green 32 ◦ blue 83

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

Shades of Amaranth #EA2053

Tints of Amaranth #EA2053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

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

R = 67.05%
G = 9.17%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA2053 (or 0xEA2053) is known color: Amaranth. HEX triplet: EA, 20 and 53. RGB value is (234,32,83). Sum of RGB (Red+Green+Blue) = 234+32+83=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2053 is #15DFAC. Grayscale: #626262. Windows color (decimal): -1433517 or 5447914. OLE color: 5447914.

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

Color convert

RGB 234 32 83 -
CMYK 0 0.86 0.65 0.08
HSL 344.85º 0.83% 0.52% -
HSV(B) 344.85º 0.86% 0.92% -
XYZ 36.01 19.15 9.98 -
YUV 98.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 234 32 83 0 0.86 0.65 0.08 344.85 0.83 0.52
Hex EA 20 53 0 56 41 8 159 53 34
Octal 352 40 123 0 126 101 10 531 123 64
Binary 11101010 100000 1010011 0 1010110 1000001 1000 101011001 1010011 110100

Color Harmonies of #EA2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2053

Black with #EA2053

Text Example


Text Example

White with #EA2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2053; }

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

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

background-color css

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

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

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

border-color css

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

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

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