Html Css Color HEX #E52750 Amaranth

📋 copy color: '#E52750'

red 229 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #E52750

Tints of Amaranth #E52750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.21%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 65.8%
G = 11.21%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E52750 (or 0xE52750) is known color: Amaranth. HEX triplet: E5, 27 and 50. RGB value is (229,39,80). Sum of RGB (Red+Green+Blue) = 229+39+80=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E52750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52750 is #1AD8AF. Grayscale: #646464. Windows color (decimal): -1759408 or 5253093. OLE color: 5253093.

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

Color convert

RGB 229 39 80 -
CMYK 0 0.83 0.65 0.10
HSL 347.05º 0.79% 0.53% -
HSV(B) 347.05º 0.83% 0.9% -
XYZ 34.49 18.69 9.38 -
YUV 100.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 229 39 80 0 0.83 0.65 0.10 347.05 0.79 0.53
Hex E5 27 50 0 53 41 A 15B 4F 35
Octal 345 47 120 0 123 101 12 533 117 65
Binary 11100101 100111 1010000 0 1010011 1000001 1010 101011011 1001111 110101

Color Harmonies of #E52750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52750

Black with #E52750

Text Example


Text Example

White with #E52750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52750; }

 p { color: rgb(229,39,80); }

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

background-color css

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

 a { background-color: rgb(229,39,80); }

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

border-color css

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

 span { border-color: rgb(229,39,80); }

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