Html Css Color HEX #E16079 Dark Pink

📋 copy color: '#E16079'

red 225 ◦ green 96 ◦ blue 121

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

Shades of Dark Pink #E16079

Tints of Dark Pink #E16079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 50.9%
G = 21.72%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E16079 (or 0xE16079) is known color: Dark Pink. HEX triplet: E1, 60 and 79. RGB value is (225,96,121). Sum of RGB (Red+Green+Blue) = 225+96+121=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16079 is #1E9F86. Grayscale: #898989. Windows color (decimal): -2006919 or 7954657. OLE color: 7954657.

HSL color Cylindrical-coordinate representation of color #E16079: hue angle of 348.37º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16079 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 121 -
CMYK 0 0.57 0.46 0.12
HSL 348.37º 0.68% 0.63% -
HSV(B) 348.37º 0.57% 0.88% -
XYZ 38.69 25.75 21.02 -
YUV 137.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 225 96 121 0 0.57 0.46 0.12 348.37 0.68 0.63
Hex E1 60 79 0 39 2E C 15C 44 3F
Octal 341 140 171 0 71 56 14 534 104 77
Binary 11100001 1100000 1111001 0 111001 101110 1100 101011100 1000100 111111

Color Harmonies of #E16079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16079

Black with #E16079

Text Example


Text Example

White with #E16079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16079; }

 p { color: rgb(225,96,121); }

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

background-color css

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

 a { background-color: rgb(225,96,121); }

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

border-color css

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

 span { border-color: rgb(225,96,121); }

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