Html Css Color HEX #E52051 Amaranth

📋 copy color: '#E52051'

red 229 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #E52051

Tints of Amaranth #E52051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 66.96%
G = 9.36%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E52051 (or 0xE52051) is known color: Amaranth. HEX triplet: E5, 20 and 51. RGB value is (229,32,81). Sum of RGB (Red+Green+Blue) = 229+32+81=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E52051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52051 is #1ADFAE. Grayscale: #606060. Windows color (decimal): -1761199 or 5316837. OLE color: 5316837.

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

Color convert

RGB 229 32 81 -
CMYK 0 0.86 0.65 0.10
HSL 345.08º 0.79% 0.51% -
HSV(B) 345.08º 0.86% 0.9% -
XYZ 34.31 18.29 9.51 -
YUV 96.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 229 32 81 0 0.86 0.65 0.10 345.08 0.79 0.51
Hex E5 20 51 0 56 41 A 159 4F 33
Octal 345 40 121 0 126 101 12 531 117 63
Binary 11100101 100000 1010001 0 1010110 1000001 1010 101011001 1001111 110011

Color Harmonies of #E52051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52051

Black with #E52051

Text Example


Text Example

White with #E52051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52051; }

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

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

background-color css

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

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

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

border-color css

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

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

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