Html Css Color HEX #E12753 Amaranth

📋 copy color: '#E12753'

red 225 ◦ green 39 ◦ blue 83

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

Shades of Amaranth #E12753

Tints of Amaranth #E12753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 64.84%
G = 11.24%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E12753 (or 0xE12753) is known color: Amaranth. HEX triplet: E1, 27 and 53. RGB value is (225,39,83). Sum of RGB (Red+Green+Blue) = 225+39+83=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E12753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12753 is #1ED8AC. Grayscale: #636363. Windows color (decimal): -2021549 or 5449697. OLE color: 5449697.

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

Color convert

RGB 225 39 83 -
CMYK 0 0.83 0.63 0.12
HSL 345.81º 0.76% 0.52% -
HSV(B) 345.81º 0.83% 0.88% -
XYZ 33.34 18.08 9.92 -
YUV 99.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 225 39 83 0 0.83 0.63 0.12 345.81 0.76 0.52
Hex E1 27 53 0 53 3F C 15A 4C 34
Octal 341 47 123 0 123 77 14 532 114 64
Binary 11100001 100111 1010011 0 1010011 111111 1100 101011010 1001100 110100

Color Harmonies of #E12753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12753

Black with #E12753

Text Example


Text Example

White with #E12753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12753; }

 p { color: rgb(225,39,83); }

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

background-color css

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

 a { background-color: rgb(225,39,83); }

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

border-color css

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

 span { border-color: rgb(225,39,83); }

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