Html Css Color HEX #E32F4C Amaranth

📋 copy color: '#E32F4C'

red 227 ◦ green 47 ◦ blue 76

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

Shades of Amaranth #E32F4C

Tints of Amaranth #E32F4C

RGB

 RED value IS 227 (89.06% from 255) = 64.86%

 GREEN value IS 47 (18.75% from 255) = 13.43%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 64.86%
G = 13.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E32F4C (or 0xE32F4C) is known color: Amaranth. HEX triplet: E3, 2F and 4C. RGB value is (227,47,76). Sum of RGB (Red+Green+Blue) = 227+47+76=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F4C is #1CD0B3. Grayscale: #686868. Windows color (decimal): -1888436 or 4992995. OLE color: 4992995.

HSL color Cylindrical-coordinate representation of color #E32F4C: hue angle of 350.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F4C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 47 76 -
CMYK 0 0.79 0.67 0.11
HSL 350.33º 0.76% 0.54% -
HSV(B) 350.33º 0.79% 0.89% -
XYZ 34 18.89 8.69 -
YUV 104.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 227 47 76 0 0.79 0.67 0.11 350.33 0.76 0.54
Hex E3 2F 4C 0 4F 43 B 15E 4C 36
Octal 343 57 114 0 117 103 13 536 114 66
Binary 11100011 101111 1001100 0 1001111 1000011 1011 101011110 1001100 110110

Color Harmonies of #E32F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F4C

Black with #E32F4C

Text Example


Text Example

White with #E32F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F4C; }

 p { color: rgb(227,47,76); }

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

background-color css

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

 a { background-color: rgb(227,47,76); }

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

border-color css

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

 span { border-color: rgb(227,47,76); }

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