Html Css Color HEX #E32352 Amaranth

📋 copy color: '#E32352'

red 227 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #E32352

Tints of Amaranth #E32352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 65.99%
G = 10.17%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E32352 (or 0xE32352) is known color: Amaranth. HEX triplet: E3, 23 and 52. RGB value is (227,35,82). Sum of RGB (Red+Green+Blue) = 227+35+82=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E32352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32352 is #1CDCAD. Grayscale: #616161. Windows color (decimal): -1891502 or 5383139. OLE color: 5383139.

HSL color Cylindrical-coordinate representation of color #E32352: hue angle of 345.31º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32352 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 35 82 -
CMYK 0 0.85 0.64 0.11
HSL 345.31º 0.77% 0.51% -
HSV(B) 345.31º 0.85% 0.89% -
XYZ 33.8 18.14 9.7 -
YUV 97.77 119.11 220.18 -
System Red Green Blue C M Y K H S L
Decimal 227 35 82 0 0.85 0.64 0.11 345.31 0.77 0.51
Hex E3 23 52 0 55 40 B 159 4D 33
Octal 343 43 122 0 125 100 13 531 115 63
Binary 11100011 100011 1010010 0 1010101 1000000 1011 101011001 1001101 110011

Color Harmonies of #E32352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32352

Black with #E32352

Text Example


Text Example

White with #E32352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32352; }

 p { color: rgb(227,35,82); }

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

background-color css

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

 a { background-color: rgb(227,35,82); }

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

border-color css

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

 span { border-color: rgb(227,35,82); }

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