Html Css Color HEX #E12744 Amaranth

📋 copy color: '#E12744'

red 225 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #E12744

Tints of Amaranth #E12744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 67.77%
G = 11.75%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E12744 (or 0xE12744) is known color: Amaranth. HEX triplet: E1, 27 and 44. RGB value is (225,39,68). Sum of RGB (Red+Green+Blue) = 225+39+68=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E12744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12744 is #1ED8BB. Grayscale: #616161. Windows color (decimal): -2021564 or 4466657. OLE color: 4466657.

HSL color Cylindrical-coordinate representation of color #E12744: hue angle of 350.65º 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 #E12744 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 39 68 -
CMYK 0 0.83 0.70 0.12
HSL 350.65º 0.76% 0.52% -
HSV(B) 350.65º 0.83% 0.88% -
XYZ 32.82 17.88 7.19 -
YUV 97.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 225 39 68 0 0.83 0.70 0.12 350.65 0.76 0.52
Hex E1 27 44 0 53 46 C 15F 4C 34
Octal 341 47 104 0 123 106 14 537 114 64
Binary 11100001 100111 1000100 0 1010011 1000110 1100 101011111 1001100 110100

Color Harmonies of #E12744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12744

Black with #E12744

Text Example


Text Example

White with #E12744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12744; }

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

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

background-color css

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

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

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

border-color css

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

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

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