Html Css Color HEX #E52852 Amaranth

📋 copy color: '#E52852'

red 229 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #E52852

Tints of Amaranth #E52852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

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

R = 65.24%
G = 11.4%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E52852 (or 0xE52852) is known color: Amaranth. HEX triplet: E5, 28 and 52. RGB value is (229,40,82). Sum of RGB (Red+Green+Blue) = 229+40+82=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E52852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52852 is #1AD7AD. Grayscale: #656565. Windows color (decimal): -1759150 or 5384421. OLE color: 5384421.

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

Color convert

RGB 229 40 82 -
CMYK 0 0.83 0.64 0.10
HSL 346.67º 0.78% 0.53% -
HSV(B) 346.67º 0.83% 0.9% -
XYZ 34.59 18.78 9.79 -
YUV 101.3 117.12 219.08 -
System Red Green Blue C M Y K H S L
Decimal 229 40 82 0 0.83 0.64 0.10 346.67 0.78 0.53
Hex E5 28 52 0 53 40 A 15B 4E 35
Octal 345 50 122 0 123 100 12 533 116 65
Binary 11100101 101000 1010010 0 1010011 1000000 1010 101011011 1001110 110101

Color Harmonies of #E52852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52852

Black with #E52852

Text Example


Text Example

White with #E52852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52852; }

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

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

background-color css

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

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

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

border-color css

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

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

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