Html Css Color HEX #E34356 Amaranth

📋 copy color: '#E34356'

red 227 ◦ green 67 ◦ blue 86

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

Shades of Amaranth #E34356

Tints of Amaranth #E34356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 86 (33.98% from 255) = 22.63%

R = 59.74%
G = 17.63%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E34356 (or 0xE34356) is known color: Amaranth. HEX triplet: E3, 43 and 56. RGB value is (227,67,86). Sum of RGB (Red+Green+Blue) = 227+67+86=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E34356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34356 is #1CBCA9. Grayscale: #757575. Windows color (decimal): -1883306 or 5653475. OLE color: 5653475.

HSL color Cylindrical-coordinate representation of color #E34356: hue angle of 352.88º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34356 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 67 86 -
CMYK 0 0.70 0.62 0.11
HSL 352.88º 0.74% 0.58% -
HSV(B) 352.88º 0.7% 0.89% -
XYZ 35.37 21.02 11 -
YUV 117.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 227 67 86 0 0.70 0.62 0.11 352.88 0.74 0.58
Hex E3 43 56 0 46 3E B 161 4A 3A
Octal 343 103 126 0 106 76 13 541 112 72
Binary 11100011 1000011 1010110 0 1000110 111110 1011 101100001 1001010 111010

Color Harmonies of #E34356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34356

Black with #E34356

Text Example


Text Example

White with #E34356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34356; }

 p { color: rgb(227,67,86); }

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

background-color css

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

 a { background-color: rgb(227,67,86); }

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

border-color css

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

 span { border-color: rgb(227,67,86); }

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