Html Css Color HEX #E52652 Amaranth

📋 copy color: '#E52652'

red 229 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #E52652

Tints of Amaranth #E52652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.89%

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

R = 65.62%
G = 10.89%
B = 23.5%

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

#E52652 (or 0xE52652) is known color: Amaranth. HEX triplet: E5, 26 and 52. RGB value is (229,38,82). Sum of RGB (Red+Green+Blue) = 229+38+82=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E52652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52652 is #1AD9AD. Grayscale: #646464. Windows color (decimal): -1759662 or 5383909. OLE color: 5383909.

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

Color convert

RGB 229 38 82 -
CMYK 0 0.83 0.64 0.10
HSL 346.18º 0.79% 0.52% -
HSV(B) 346.18º 0.83% 0.9% -
XYZ 34.53 18.65 9.76 -
YUV 100.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 229 38 82 0 0.83 0.64 0.10 346.18 0.79 0.52
Hex E5 26 52 0 53 40 A 15A 4F 34
Octal 345 46 122 0 123 100 12 532 117 64
Binary 11100101 100110 1010010 0 1010011 1000000 1010 101011010 1001111 110100

Color Harmonies of #E52652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52652

Black with #E52652

Text Example


Text Example

White with #E52652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52652; }

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

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

background-color css

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

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

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

border-color css

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

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

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