Html Css Color HEX #EA2953 Amaranth

📋 copy color: '#EA2953'

red 234 ◦ green 41 ◦ blue 83

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

Shades of Amaranth #EA2953

Tints of Amaranth #EA2953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 65.36%
G = 11.45%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA2953 (or 0xEA2953) is known color: Amaranth. HEX triplet: EA, 29 and 53. RGB value is (234,41,83). Sum of RGB (Red+Green+Blue) = 234+41+83=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2953 is #15D6AC. Grayscale: #676767. Windows color (decimal): -1431213 or 5450218. OLE color: 5450218.

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

Color convert

RGB 234 41 83 -
CMYK 0 0.82 0.65 0.08
HSL 346.94º 0.82% 0.54% -
HSV(B) 346.94º 0.82% 0.92% -
XYZ 36.29 19.7 10.07 -
YUV 103.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 234 41 83 0 0.82 0.65 0.08 346.94 0.82 0.54
Hex EA 29 53 0 52 41 8 15B 52 36
Octal 352 51 123 0 122 101 10 533 122 66
Binary 11101010 101001 1010011 0 1010010 1000001 1000 101011011 1010010 110110

Color Harmonies of #EA2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2953

Black with #EA2953

Text Example


Text Example

White with #EA2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2953; }

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

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

background-color css

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

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

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

border-color css

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

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

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