Html Css Color HEX #E52C4F Amaranth

📋 copy color: '#E52C4F'

red 229 ◦ green 44 ◦ blue 79

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

Shades of Amaranth #E52C4F

Tints of Amaranth #E52C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

 BLUE value IS 79 (31.25% from 255) = 22.44%

R = 65.06%
G = 12.5%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E52C4F (or 0xE52C4F) is known color: Amaranth. HEX triplet: E5, 2C and 4F. RGB value is (229,44,79). Sum of RGB (Red+Green+Blue) = 229+44+79=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52C4F is #1AD3B0. Grayscale: #676767. Windows color (decimal): -1758129 or 5188837. OLE color: 5188837.

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

Color convert

RGB 229 44 79 -
CMYK 0 0.81 0.66 0.10
HSL 348.65º 0.78% 0.54% -
HSV(B) 348.65º 0.81% 0.9% -
XYZ 34.63 19.02 9.24 -
YUV 103.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 229 44 79 0 0.81 0.66 0.10 348.65 0.78 0.54
Hex E5 2C 4F 0 51 42 A 15D 4E 36
Octal 345 54 117 0 121 102 12 535 116 66
Binary 11100101 101100 1001111 0 1010001 1000010 1010 101011101 1001110 110110

Color Harmonies of #E52C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C4F

Black with #E52C4F

Text Example


Text Example

White with #E52C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C4F; }

 p { color: rgb(229,44,79); }

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

background-color css

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

 a { background-color: rgb(229,44,79); }

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

border-color css

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

 span { border-color: rgb(229,44,79); }

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