#E66186

Color #E66186 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E66186

Tints of Dark Pink #E66186

Color information

#E66186 (or 0xE66186) is unknown color: approx Dark Pink. HEX triplet: E6, 61 and 86. RGB value is (230,97,134). Sum of RGB (Red+Green+Blue) = 230+97+134=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E66186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66186 is #199E79. Grayscale: #8C8C8C. Windows color (decimal): -1678970 or 8806886. OLE color: 8806886.

HSL color Cylindrical-coordinate representation of color #E66186: hue angle of 343.31º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66186 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB23097134-
CMYK00.580.420.10
HSL343.31º72.68%64.12%-
HSV(B)343.31º57.83%90.2%-
XYZ41.2127.0925.61-
YUV140.99124.06191.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.89%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=49.89%
G=21.04%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309713400.580.420.10343.3172.6864.12
HexE6618603A2AA1574940
Octal3461412060725212527111100
Binary111001101100001100001100111010101010101010101011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66186; }

 p { color: rgb(230,97,134); }

 H1.HeaderClassName
 {
   color: #E66186;
 }
 .AnyTagClassName
 {
   color: #E66186;
 }
</style>
background-color css

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

 a { background-color: rgb(230,97,134); }

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

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

 span { border-color: rgb(230,97,134); }

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