Html Css Color HEX #E16084 Dark Pink

📋 copy color: '#E16084'

red 225 ◦ green 96 ◦ blue 132

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

Shades of Dark Pink #E16084

Tints of Dark Pink #E16084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.14%

R = 49.67%
G = 21.19%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E16084 (or 0xE16084) is known color: Dark Pink. HEX triplet: E1, 60 and 84. RGB value is (225,96,132). Sum of RGB (Red+Green+Blue) = 225+96+132=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E16084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16084 is #1E9F7B. Grayscale: #8A8A8A. Windows color (decimal): -2006908 or 8675553. OLE color: 8675553.

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

Color convert

RGB 225 96 132 -
CMYK 0 0.57 0.41 0.12
HSL 343.26º 0.68% 0.63% -
HSV(B) 343.26º 0.57% 0.88% -
XYZ 39.4 26.04 24.78 -
YUV 138.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 225 96 132 0 0.57 0.41 0.12 343.26 0.68 0.63
Hex E1 60 84 0 39 29 C 157 44 3F
Octal 341 140 204 0 71 51 14 527 104 77
Binary 11100001 1100000 10000100 0 111001 101001 1100 101010111 1000100 111111

Color Harmonies of #E16084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16084

Black with #E16084

Text Example


Text Example

White with #E16084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16084; }

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

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

background-color css

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

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

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

border-color css

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

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

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