Html Css Color HEX #E34052 Amaranth

📋 copy color: '#E34052'

red 227 ◦ green 64 ◦ blue 82

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

Shades of Amaranth #E34052

Tints of Amaranth #E34052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 60.86%
G = 17.16%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E34052 (or 0xE34052) is known color: Amaranth. HEX triplet: E3, 40 and 52. RGB value is (227,64,82). Sum of RGB (Red+Green+Blue) = 227+64+82=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E34052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34052 is #1CBFAD. Grayscale: #727272. Windows color (decimal): -1884078 or 5390563. OLE color: 5390563.

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

Color convert

RGB 227 64 82 -
CMYK 0 0.72 0.64 0.11
HSL 353.37º 0.74% 0.57% -
HSV(B) 353.37º 0.72% 0.89% -
XYZ 35.03 20.61 10.11 -
YUV 114.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 227 64 82 0 0.72 0.64 0.11 353.37 0.74 0.57
Hex E3 40 52 0 48 40 B 161 4A 39
Octal 343 100 122 0 110 100 13 541 112 71
Binary 11100011 1000000 1010010 0 1001000 1000000 1011 101100001 1001010 111001

Color Harmonies of #E34052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34052

Black with #E34052

Text Example


Text Example

White with #E34052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34052; }

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

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

background-color css

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

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

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

border-color css

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

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

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