Html Css Color HEX #E34054 Amaranth

📋 copy color: '#E34054'

red 227 ◦ green 64 ◦ blue 84

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

Shades of Amaranth #E34054

Tints of Amaranth #E34054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 60.53%
G = 17.07%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E34054 (or 0xE34054) is known color: Amaranth. HEX triplet: E3, 40 and 54. RGB value is (227,64,84). Sum of RGB (Red+Green+Blue) = 227+64+84=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E34054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34054 is #1CBFAB. Grayscale: #737373. Windows color (decimal): -1884076 or 5521635. OLE color: 5521635.

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

Color convert

RGB 227 64 84 -
CMYK 0 0.72 0.63 0.11
HSL 352.64º 0.74% 0.57% -
HSV(B) 352.64º 0.72% 0.89% -
XYZ 35.11 20.64 10.52 -
YUV 115.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 227 64 84 0 0.72 0.63 0.11 352.64 0.74 0.57
Hex E3 40 54 0 48 3F B 161 4A 39
Octal 343 100 124 0 110 77 13 541 112 71
Binary 11100011 1000000 1010100 0 1001000 111111 1011 101100001 1001010 111001

Color Harmonies of #E34054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34054

Black with #E34054

Text Example


Text Example

White with #E34054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34054; }

 p { color: rgb(227,64,84); }

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

background-color css

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

 a { background-color: rgb(227,64,84); }

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

border-color css

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

 span { border-color: rgb(227,64,84); }

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