Html Css Color HEX #E12652 Amaranth

📋 copy color: '#E12652'

red 225 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #E12652

Tints of Amaranth #E12652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

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

R = 65.22%
G = 11.01%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E12652 (or 0xE12652) is known color: Amaranth. HEX triplet: E1, 26 and 52. RGB value is (225,38,82). Sum of RGB (Red+Green+Blue) = 225+38+82=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E12652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12652 is #1ED9AD. Grayscale: #626262. Windows color (decimal): -2021806 or 5383905. OLE color: 5383905.

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

Color convert

RGB 225 38 82 -
CMYK 0 0.83 0.64 0.12
HSL 345.88º 0.76% 0.52% -
HSV(B) 345.88º 0.83% 0.88% -
XYZ 33.27 18 9.7 -
YUV 98.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 225 38 82 0 0.83 0.64 0.12 345.88 0.76 0.52
Hex E1 26 52 0 53 40 C 15A 4C 34
Octal 341 46 122 0 123 100 14 532 114 64
Binary 11100001 100110 1010010 0 1010011 1000000 1100 101011010 1001100 110100

Color Harmonies of #E12652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12652

Black with #E12652

Text Example


Text Example

White with #E12652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12652; }

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

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

background-color css

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

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

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

border-color css

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

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

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