Html Css Color HEX #E3204F Amaranth

📋 copy color: '#E3204F'

red 227 ◦ green 32 ◦ blue 79

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

Shades of Amaranth #E3204F

Tints of Amaranth #E3204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 67.16%
G = 9.47%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E3204F (or 0xE3204F) is known color: Amaranth. HEX triplet: E3, 20 and 4F. RGB value is (227,32,79). Sum of RGB (Red+Green+Blue) = 227+32+79=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3204F is #1CDFB0. Grayscale: #5F5F5F. Windows color (decimal): -1892273 or 5185763. OLE color: 5185763.

HSL color Cylindrical-coordinate representation of color #E3204F: hue angle of 345.54º 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 #E3204F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 79 -
CMYK 0 0.86 0.65 0.11
HSL 345.54º 0.78% 0.51% -
HSV(B) 345.54º 0.86% 0.89% -
XYZ 33.61 17.93 9.09 -
YUV 95.66 118.6 221.68 -
System Red Green Blue C M Y K H S L
Decimal 227 32 79 0 0.86 0.65 0.11 345.54 0.78 0.51
Hex E3 20 4F 0 56 41 B 15A 4E 33
Octal 343 40 117 0 126 101 13 532 116 63
Binary 11100011 100000 1001111 0 1010110 1000001 1011 101011010 1001110 110011

Color Harmonies of #E3204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3204F

Black with #E3204F

Text Example


Text Example

White with #E3204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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