Html Css Color HEX #E3284A Amaranth

📋 copy color: '#E3284A'

red 227 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #E3284A

Tints of Amaranth #E3284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 66.57%
G = 11.73%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3284A (or 0xE3284A) is known color: Amaranth. HEX triplet: E3, 28 and 4A. RGB value is (227,40,74). Sum of RGB (Red+Green+Blue) = 227+40+74=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3284A is #1CD7B5. Grayscale: #636363. Windows color (decimal): -1890230 or 4860131. OLE color: 4860131.

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

Color convert

RGB 227 40 74 -
CMYK 0 0.82 0.67 0.11
HSL 349.09º 0.77% 0.52% -
HSV(B) 349.09º 0.82% 0.89% -
XYZ 33.67 18.34 8.24 -
YUV 99.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 227 40 74 0 0.82 0.67 0.11 349.09 0.77 0.52
Hex E3 28 4A 0 52 43 B 15D 4D 34
Octal 343 50 112 0 122 103 13 535 115 64
Binary 11100011 101000 1001010 0 1010010 1000011 1011 101011101 1001101 110100

Color Harmonies of #E3284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3284A

Black with #E3284A

Text Example


Text Example

White with #E3284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3284A; }

 p { color: rgb(227,40,74); }

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

background-color css

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

 a { background-color: rgb(227,40,74); }

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

border-color css

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

 span { border-color: rgb(227,40,74); }

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