#E66180

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

Shades of Dark Pink #E66180

Tints of Dark Pink #E66180

Color information

#E66180 (or 0xE66180) is unknown color: approx Dark Pink. HEX triplet: E6, 61 and 80. RGB value is (230,97,128). Sum of RGB (Red+Green+Blue) = 230+97+128=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E66180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66180 is #199E7F. Grayscale: #8C8C8C. Windows color (decimal): -1678976 or 8413670. OLE color: 8413670.

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

Color convert

RGB23097128-
CMYK00.580.440.10
HSL346.02º72.68%64.12%-
HSV(B)346.02º57.83%90.2%-
XYZ40.826.9323.47-
YUV140.3121.06191.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=50.55%
G=21.32%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309712800.580.440.10346.0272.6864.12
HexE6618003A2CA15a4940
Octal3461412000725412532111100
Binary111001101100001100000000111010101100101010101101010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66180; }

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

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

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

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

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

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

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

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