Html Css Color HEX #E13456 Amaranth

📋 copy color: '#E13456'

red 225 ◦ green 52 ◦ blue 86

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

Shades of Amaranth #E13456

Tints of Amaranth #E13456

RGB

 RED value IS 225 (88.28% from 255) = 61.98%

 GREEN value IS 52 (20.7% from 255) = 14.33%

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

R = 61.98%
G = 14.33%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E13456 (or 0xE13456) is known color: Amaranth. HEX triplet: E1, 34 and 56. RGB value is (225,52,86). Sum of RGB (Red+Green+Blue) = 225+52+86=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E13456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13456 is #1ECBA9. Grayscale: #6B6B6B. Windows color (decimal): -2018218 or 5649633. OLE color: 5649633.

HSL color Cylindrical-coordinate representation of color #E13456: hue angle of 348.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13456 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 86 -
CMYK 0 0.77 0.62 0.12
HSL 348.21º 0.74% 0.54% -
HSV(B) 348.21º 0.77% 0.88% -
XYZ 33.96 19.14 10.71 -
YUV 107.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 225 52 86 0 0.77 0.62 0.12 348.21 0.74 0.54
Hex E1 34 56 0 4D 3E C 15C 4A 36
Octal 341 64 126 0 115 76 14 534 112 66
Binary 11100001 110100 1010110 0 1001101 111110 1100 101011100 1001010 110110

Color Harmonies of #E13456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13456

Black with #E13456

Text Example


Text Example

White with #E13456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13456; }

 p { color: rgb(225,52,86); }

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

background-color css

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

 a { background-color: rgb(225,52,86); }

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

border-color css

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

 span { border-color: rgb(225,52,86); }

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