Html Css Color HEX #E32953 Amaranth

📋 copy color: '#E32953'

red 227 ◦ green 41 ◦ blue 83

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

Shades of Amaranth #E32953

Tints of Amaranth #E32953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.68%

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 64.67%
G = 11.68%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E32953 (or 0xE32953) is known color: Amaranth. HEX triplet: E3, 29 and 53. RGB value is (227,41,83). Sum of RGB (Red+Green+Blue) = 227+41+83=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E32953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32953 is #1CD6AC. Grayscale: #656565. Windows color (decimal): -1889965 or 5450211. OLE color: 5450211.

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

Color convert

RGB 227 41 83 -
CMYK 0 0.82 0.63 0.11
HSL 346.45º 0.77% 0.53% -
HSV(B) 346.45º 0.82% 0.89% -
XYZ 34.03 18.54 9.97 -
YUV 101.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 227 41 83 0 0.82 0.63 0.11 346.45 0.77 0.53
Hex E3 29 53 0 52 3F B 15A 4D 35
Octal 343 51 123 0 122 77 13 532 115 65
Binary 11100011 101001 1010011 0 1010010 111111 1011 101011010 1001101 110101

Color Harmonies of #E32953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32953

Black with #E32953

Text Example


Text Example

White with #E32953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32953; }

 p { color: rgb(227,41,83); }

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

background-color css

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

 a { background-color: rgb(227,41,83); }

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

border-color css

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

 span { border-color: rgb(227,41,83); }

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