Html Css Color HEX #E52348 Amaranth

📋 copy color: '#E52348'

red 229 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #E52348

Tints of Amaranth #E52348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 72 (28.52% from 255) = 21.43%

R = 68.15%
G = 10.42%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E52348 (or 0xE52348) is known color: Amaranth. HEX triplet: E5, 23 and 48. RGB value is (229,35,72). Sum of RGB (Red+Green+Blue) = 229+35+72=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E52348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52348 is #1ADCB7. Grayscale: #616161. Windows color (decimal): -1760440 or 4727781. OLE color: 4727781.

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

Color convert

RGB 229 35 72 -
CMYK 0 0.85 0.69 0.10
HSL 348.56º 0.79% 0.52% -
HSV(B) 348.56º 0.85% 0.9% -
XYZ 34.08 18.33 7.87 -
YUV 97.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 229 35 72 0 0.85 0.69 0.10 348.56 0.79 0.52
Hex E5 23 48 0 55 45 A 15D 4F 34
Octal 345 43 110 0 125 105 12 535 117 64
Binary 11100101 100011 1001000 0 1010101 1000101 1010 101011101 1001111 110100

Color Harmonies of #E52348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52348

Black with #E52348

Text Example


Text Example

White with #E52348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52348; }

 p { color: rgb(229,35,72); }

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

background-color css

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

 a { background-color: rgb(229,35,72); }

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

border-color css

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

 span { border-color: rgb(229,35,72); }

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