Html Css Color HEX #E32F55 Amaranth

📋 copy color: '#E32F55'

red 227 ◦ green 47 ◦ blue 85

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

Shades of Amaranth #E32F55

Tints of Amaranth #E32F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 63.23%
G = 13.09%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E32F55 (or 0xE32F55) is known color: Amaranth. HEX triplet: E3, 2F and 55. RGB value is (227,47,85). Sum of RGB (Red+Green+Blue) = 227+47+85=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32F55 is #1CD0AA. Grayscale: #696969. Windows color (decimal): -1888427 or 5582819. OLE color: 5582819.

HSL color Cylindrical-coordinate representation of color #E32F55: hue angle of 347.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 #E32F55 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 47 85 -
CMYK 0 0.79 0.63 0.11
HSL 347.33º 0.76% 0.54% -
HSV(B) 347.33º 0.79% 0.89% -
XYZ 34.33 19.02 10.46 -
YUV 105.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 227 47 85 0 0.79 0.63 0.11 347.33 0.76 0.54
Hex E3 2F 55 0 4F 3F B 15B 4C 36
Octal 343 57 125 0 117 77 13 533 114 66
Binary 11100011 101111 1010101 0 1001111 111111 1011 101011011 1001100 110110

Color Harmonies of #E32F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F55

Black with #E32F55

Text Example


Text Example

White with #E32F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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