#E66188

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

Shades of Dark Pink #E66188

Tints of Dark Pink #E66188

Color information

#E66188 (or 0xE66188) is unknown color: approx Dark Pink. HEX triplet: E6, 61 and 88. RGB value is (230,97,136). Sum of RGB (Red+Green+Blue) = 230+97+136=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E66188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66188 is #199E77. Grayscale: #8D8D8D. Windows color (decimal): -1678968 or 8937958. OLE color: 8937958.

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

Color convert

RGB23097136-
CMYK00.580.410.10
HSL342.41º72.68%64.12%-
HSV(B)342.41º57.83%90.2%-
XYZ41.3527.1526.35-
YUV141.21125.06191.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=49.68%
G=20.95%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309713600.580.410.10342.4172.6864.12
HexE6618803A29A1564940
Octal3461412100725112526111100
Binary111001101100001100010000111010101001101010101011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66188; }

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

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

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

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

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

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

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

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