Html Css Color HEX #E12658 Amaranth

📋 copy color: '#E12658'

red 225 ◦ green 38 ◦ blue 88

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

Shades of Amaranth #E12658

Tints of Amaranth #E12658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 64.1%
G = 10.83%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E12658 (or 0xE12658) is known color: Amaranth. HEX triplet: E1, 26 and 58. RGB value is (225,38,88). Sum of RGB (Red+Green+Blue) = 225+38+88=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E12658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12658 is #1ED9A7. Grayscale: #636363. Windows color (decimal): -2021800 or 5777121. OLE color: 5777121.

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

Color convert

RGB 225 38 88 -
CMYK 0 0.83 0.61 0.12
HSL 343.96º 0.76% 0.52% -
HSV(B) 343.96º 0.83% 0.88% -
XYZ 33.51 18.1 10.96 -
YUV 99.61 121.45 217.43 -
System Red Green Blue C M Y K H S L
Decimal 225 38 88 0 0.83 0.61 0.12 343.96 0.76 0.52
Hex E1 26 58 0 53 3D C 158 4C 34
Octal 341 46 130 0 123 75 14 530 114 64
Binary 11100001 100110 1011000 0 1010011 111101 1100 101011000 1001100 110100

Color Harmonies of #E12658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12658

Black with #E12658

Text Example


Text Example

White with #E12658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12658; }

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

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

background-color css

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

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

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

border-color css

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

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

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