#E66187

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

Shades of Dark Pink #E66187

Tints of Dark Pink #E66187

Color information

#E66187 (or 0xE66187) is unknown color: approx Dark Pink. HEX triplet: E6, 61 and 87. RGB value is (230,97,135). Sum of RGB (Red+Green+Blue) = 230+97+135=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66187 is #199E78. Grayscale: #8D8D8D. Windows color (decimal): -1678969 or 8872422. OLE color: 8872422.

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

Color convert

RGB23097135-
CMYK00.580.410.10
HSL342.86º72.68%64.12%-
HSV(B)342.86º57.83%90.2%-
XYZ41.2827.1225.98-
YUV141.1124.56191.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=49.78%
G=21.00%
B=29.22%

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
Decimal2309713500.580.410.10342.8672.6864.12
HexE6618703A29A1574940
Octal3461412070725112527111100
Binary111001101100001100001110111010101001101010101011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66187; }

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

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

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

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

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

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

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

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