Html Css Color HEX #E13256 Amaranth

📋 copy color: '#E13256'

red 225 ◦ green 50 ◦ blue 86

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

Shades of Amaranth #E13256

Tints of Amaranth #E13256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

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

R = 62.33%
G = 13.85%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E13256 (or 0xE13256) is known color: Amaranth. HEX triplet: E1, 32 and 56. RGB value is (225,50,86). Sum of RGB (Red+Green+Blue) = 225+50+86=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E13256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13256 is #1ECDA9. Grayscale: #6A6A6A. Windows color (decimal): -2018730 or 5649121. OLE color: 5649121.

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

Color convert

RGB 225 50 86 -
CMYK 0 0.78 0.62 0.12
HSL 347.66º 0.74% 0.54% -
HSV(B) 347.66º 0.78% 0.88% -
XYZ 33.87 18.96 10.68 -
YUV 106.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 225 50 86 0 0.78 0.62 0.12 347.66 0.74 0.54
Hex E1 32 56 0 4E 3E C 15C 4A 36
Octal 341 62 126 0 116 76 14 534 112 66
Binary 11100001 110010 1010110 0 1001110 111110 1100 101011100 1001010 110110

Color Harmonies of #E13256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13256

Black with #E13256

Text Example


Text Example

White with #E13256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13256; }

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

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

background-color css

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

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

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

border-color css

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

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

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