Html Css Color HEX #E3205A Amaranth

📋 copy color: '#E3205A'

red 227 ◦ green 32 ◦ blue 90

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

Shades of Amaranth #E3205A

Tints of Amaranth #E3205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 65.04%
G = 9.17%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3205A (or 0xE3205A) is known color: Amaranth. HEX triplet: E3, 20 and 5A. RGB value is (227,32,90). Sum of RGB (Red+Green+Blue) = 227+32+90=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E3205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3205A is #1CDFA5. Grayscale: #606060. Windows color (decimal): -1892262 or 5906659. OLE color: 5906659.

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

Color convert

RGB 227 32 90 -
CMYK 0 0.86 0.60 0.11
HSL 342.15º 0.78% 0.51% -
HSV(B) 342.15º 0.86% 0.89% -
XYZ 34.04 18.1 11.37 -
YUV 96.92 124.1 220.78 -
System Red Green Blue C M Y K H S L
Decimal 227 32 90 0 0.86 0.60 0.11 342.15 0.78 0.51
Hex E3 20 5A 0 56 3C B 156 4E 33
Octal 343 40 132 0 126 74 13 526 116 63
Binary 11100011 100000 1011010 0 1010110 111100 1011 101010110 1001110 110011

Color Harmonies of #E3205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3205A

Black with #E3205A

Text Example


Text Example

White with #E3205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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