Html Css Color HEX #EA2952 Amaranth

📋 copy color: '#EA2952'

red 234 ◦ green 41 ◦ blue 82

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

Shades of Amaranth #EA2952

Tints of Amaranth #EA2952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 65.55%
G = 11.48%
B = 22.97%

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

#EA2952 (or 0xEA2952) is known color: Amaranth. HEX triplet: EA, 29 and 52. RGB value is (234,41,82). Sum of RGB (Red+Green+Blue) = 234+41+82=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2952 is #15D6AD. Grayscale: #676767. Windows color (decimal): -1431214 or 5384682. OLE color: 5384682.

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

Color convert

RGB 234 41 82 -
CMYK 0 0.82 0.65 0.08
HSL 347.25º 0.82% 0.54% -
HSV(B) 347.25º 0.82% 0.92% -
XYZ 36.25 19.69 9.87 -
YUV 103.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 234 41 82 0 0.82 0.65 0.08 347.25 0.82 0.54
Hex EA 29 52 0 52 41 8 15B 52 36
Octal 352 51 122 0 122 101 10 533 122 66
Binary 11101010 101001 1010010 0 1010010 1000001 1000 101011011 1010010 110110

Color Harmonies of #EA2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2952

Black with #EA2952

Text Example


Text Example

White with #EA2952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2952; }

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

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

background-color css

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

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

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

border-color css

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

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

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