Html Css Color HEX #E12355 Amaranth

📋 copy color: '#E12355'

red 225 ◦ green 35 ◦ blue 85

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

Shades of Amaranth #E12355

Tints of Amaranth #E12355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 65.22%
G = 10.14%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E12355 (or 0xE12355) is known color: Amaranth. HEX triplet: E1, 23 and 55. RGB value is (225,35,85). Sum of RGB (Red+Green+Blue) = 225+35+85=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E12355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12355 is #1EDCAA. Grayscale: #616161. Windows color (decimal): -2022571 or 5579745. OLE color: 5579745.

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

Color convert

RGB 225 35 85 -
CMYK 0 0.84 0.62 0.12
HSL 344.21º 0.76% 0.51% -
HSV(B) 344.21º 0.84% 0.88% -
XYZ 33.29 17.87 10.29 -
YUV 97.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 225 35 85 0 0.84 0.62 0.12 344.21 0.76 0.51
Hex E1 23 55 0 54 3E C 158 4C 33
Octal 341 43 125 0 124 76 14 530 114 63
Binary 11100001 100011 1010101 0 1010100 111110 1100 101011000 1001100 110011

Color Harmonies of #E12355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12355

Black with #E12355

Text Example


Text Example

White with #E12355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12355; }

 p { color: rgb(225,35,85); }

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

background-color css

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

 a { background-color: rgb(225,35,85); }

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

border-color css

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

 span { border-color: rgb(225,35,85); }

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