Html Css Color HEX #E3204C Amaranth

📋 copy color: '#E3204C'

red 227 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #E3204C

Tints of Amaranth #E3204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 67.76%
G = 9.55%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3204C (or 0xE3204C) is known color: Amaranth. HEX triplet: E3, 20 and 4C. RGB value is (227,32,76). Sum of RGB (Red+Green+Blue) = 227+32+76=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3204C is #1CDFB3. Grayscale: #5F5F5F. Windows color (decimal): -1892276 or 4989155. OLE color: 4989155.

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

Color convert

RGB 227 32 76 -
CMYK 0 0.86 0.67 0.11
HSL 346.46º 0.78% 0.51% -
HSV(B) 346.46º 0.86% 0.89% -
XYZ 33.5 17.89 8.52 -
YUV 95.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 227 32 76 0 0.86 0.67 0.11 346.46 0.78 0.51
Hex E3 20 4C 0 56 43 B 15A 4E 33
Octal 343 40 114 0 126 103 13 532 116 63
Binary 11100011 100000 1001100 0 1010110 1000011 1011 101011010 1001110 110011

Color Harmonies of #E3204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3204C

Black with #E3204C

Text Example


Text Example

White with #E3204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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