Html Css Color HEX #E12057 Amaranth

📋 copy color: '#E12057'

red 225 ◦ green 32 ◦ blue 87

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

Shades of Amaranth #E12057

Tints of Amaranth #E12057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 65.41%
G = 9.3%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E12057 (or 0xE12057) is known color: Amaranth. HEX triplet: E1, 20 and 57. RGB value is (225,32,87). Sum of RGB (Red+Green+Blue) = 225+32+87=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E12057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12057 is #1EDFA8. Grayscale: #5F5F5F. Windows color (decimal): -2023337 or 5710049. OLE color: 5710049.

HSL color Cylindrical-coordinate representation of color #E12057: hue angle of 342.9º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12057 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 87 -
CMYK 0 0.86 0.61 0.12
HSL 342.9º 0.76% 0.5% -
HSV(B) 342.9º 0.86% 0.88% -
XYZ 33.29 17.73 10.68 -
YUV 95.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 225 32 87 0 0.86 0.61 0.12 342.9 0.76 0.5
Hex E1 20 57 0 56 3D C 157 4C 32
Octal 341 40 127 0 126 75 14 527 114 62
Binary 11100001 100000 1010111 0 1010110 111101 1100 101010111 1001100 110010

Color Harmonies of #E12057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12057

Black with #E12057

Text Example


Text Example

White with #E12057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12057; }

 p { color: rgb(225,32,87); }

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

background-color css

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

 a { background-color: rgb(225,32,87); }

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

border-color css

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

 span { border-color: rgb(225,32,87); }

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