Html Css Color HEX #E1334D Amaranth

📋 copy color: '#E1334D'

red 225 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #E1334D

Tints of Amaranth #E1334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 63.74%
G = 14.45%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1334D (or 0xE1334D) is known color: Amaranth. HEX triplet: E1, 33 and 4D. RGB value is (225,51,77). Sum of RGB (Red+Green+Blue) = 225+51+77=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1334D is #1ECCB2. Grayscale: #6A6A6A. Windows color (decimal): -2018483 or 5059553. OLE color: 5059553.

HSL color Cylindrical-coordinate representation of color #E1334D: hue angle of 351.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1334D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 51 77 -
CMYK 0 0.77 0.66 0.12
HSL 351.03º 0.74% 0.54% -
HSV(B) 351.03º 0.77% 0.88% -
XYZ 33.57 18.91 8.9 -
YUV 105.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 225 51 77 0 0.77 0.66 0.12 351.03 0.74 0.54
Hex E1 33 4D 0 4D 42 C 15F 4A 36
Octal 341 63 115 0 115 102 14 537 112 66
Binary 11100001 110011 1001101 0 1001101 1000010 1100 101011111 1001010 110110

Color Harmonies of #E1334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1334D

Black with #E1334D

Text Example


Text Example

White with #E1334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1334D; }

 p { color: rgb(225,51,77); }

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

background-color css

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

 a { background-color: rgb(225,51,77); }

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

border-color css

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

 span { border-color: rgb(225,51,77); }

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