Html Css Color HEX #E52052 Amaranth

📋 copy color: '#E52052'

red 229 ◦ green 32 ◦ blue 82

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

Shades of Amaranth #E52052

Tints of Amaranth #E52052

RGB

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

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

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

R = 66.76%
G = 9.33%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E52052 (or 0xE52052) is known color: Amaranth. HEX triplet: E5, 20 and 52. RGB value is (229,32,82). Sum of RGB (Red+Green+Blue) = 229+32+82=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E52052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52052 is #1ADFAD. Grayscale: #606060. Windows color (decimal): -1761198 or 5382373. OLE color: 5382373.

HSL color Cylindrical-coordinate representation of color #E52052: hue angle of 344.77º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52052 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 82 -
CMYK 0 0.86 0.64 0.10
HSL 344.77º 0.79% 0.51% -
HSV(B) 344.77º 0.86% 0.9% -
XYZ 34.35 18.3 9.7 -
YUV 96.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 229 32 82 0 0.86 0.64 0.10 344.77 0.79 0.51
Hex E5 20 52 0 56 40 A 159 4F 33
Octal 345 40 122 0 126 100 12 531 117 63
Binary 11100101 100000 1010010 0 1010110 1000000 1010 101011001 1001111 110011

Color Harmonies of #E52052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52052

Black with #E52052

Text Example


Text Example

White with #E52052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52052; }

 p { color: rgb(229,32,82); }

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

background-color css

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

 a { background-color: rgb(229,32,82); }

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

border-color css

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

 span { border-color: rgb(229,32,82); }

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