Html Css Color HEX #E12F52 Amaranth

📋 copy color: '#E12F52'

red 225 ◦ green 47 ◦ blue 82

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

Shades of Amaranth #E12F52

Tints of Amaranth #E12F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.28%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 63.56%
G = 13.28%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E12F52 (or 0xE12F52) is known color: Amaranth. HEX triplet: E1, 2F and 52. RGB value is (225,47,82). Sum of RGB (Red+Green+Blue) = 225+47+82=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F52 is #1ED0AD. Grayscale: #686868. Windows color (decimal): -2019502 or 5386209. OLE color: 5386209.

HSL color Cylindrical-coordinate representation of color #E12F52: hue angle of 348.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12F52 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 47 82 -
CMYK 0 0.79 0.64 0.12
HSL 348.2º 0.75% 0.53% -
HSV(B) 348.2º 0.79% 0.88% -
XYZ 33.59 18.65 9.81 -
YUV 104.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 225 47 82 0 0.79 0.64 0.12 348.2 0.75 0.53
Hex E1 2F 52 0 4F 40 C 15C 4B 35
Octal 341 57 122 0 117 100 14 534 113 65
Binary 11100001 101111 1010010 0 1001111 1000000 1100 101011100 1001011 110101

Color Harmonies of #E12F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F52

Black with #E12F52

Text Example


Text Example

White with #E12F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F52; }

 p { color: rgb(225,47,82); }

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

background-color css

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

 a { background-color: rgb(225,47,82); }

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

border-color css

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

 span { border-color: rgb(225,47,82); }

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