Html Css Color HEX #E52958 Amaranth

📋 copy color: '#E52958'

red 229 ◦ green 41 ◦ blue 88

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

Shades of Amaranth #E52958

Tints of Amaranth #E52958

RGB

 RED value IS 229 (89.84% from 255) = 63.97%

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

 BLUE value IS 88 (34.77% from 255) = 24.58%

R = 63.97%
G = 11.45%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E52958 (or 0xE52958) is known color: Amaranth. HEX triplet: E5, 29 and 58. RGB value is (229,41,88). Sum of RGB (Red+Green+Blue) = 229+41+88=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E52958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52958 is #1AD6A7. Grayscale: #666666. Windows color (decimal): -1758888 or 5777893. OLE color: 5777893.

HSL color Cylindrical-coordinate representation of color #E52958: hue angle of 345º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52958 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 88 -
CMYK 0 0.82 0.62 0.10
HSL 345º 0.78% 0.53% -
HSV(B) 345º 0.82% 0.9% -
XYZ 34.87 18.95 11.05 -
YUV 102.57 119.78 218.18 -
System Red Green Blue C M Y K H S L
Decimal 229 41 88 0 0.82 0.62 0.10 345 0.78 0.53
Hex E5 29 58 0 52 3E A 159 4E 35
Octal 345 51 130 0 122 76 12 531 116 65
Binary 11100101 101001 1011000 0 1010010 111110 1010 101011001 1001110 110101

Color Harmonies of #E52958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52958

Black with #E52958

Text Example


Text Example

White with #E52958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52958; }

 p { color: rgb(229,41,88); }

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

background-color css

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

 a { background-color: rgb(229,41,88); }

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

border-color css

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

 span { border-color: rgb(229,41,88); }

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