#E66088

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

Shades of Dark Pink #E66088

Tints of Dark Pink #E66088

Color information

#E66088 (or 0xE66088) is unknown color: approx Dark Pink. HEX triplet: E6, 60 and 88. RGB value is (230,96,136). Sum of RGB (Red+Green+Blue) = 230+96+136=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66088 is #199F77. Grayscale: #8C8C8C. Windows color (decimal): -1679224 or 8937702. OLE color: 8937702.

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

Color convert

RGB23096136-
CMYK00.580.410.10
HSL342.09º72.83%63.92%-
HSV(B)342.09º58.26%90.2%-
XYZ41.2626.9726.32-
YUV140.63125.39191.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=49.78%
G=20.78%
B=29.44%

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
Decimal2309613600.580.410.10342.0972.8363.92
HexE6608803A29A1564940
Octal3461402100725112526111100
Binary111001101100000100010000111010101001101010101011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66088; }

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

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

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

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

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

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

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

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