#E6617D

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

Shades of Dark Pink #E6617D

Tints of Dark Pink #E6617D

Color information

#E6617D (or 0xE6617D) is unknown color: approx Dark Pink. HEX triplet: E6, 61 and 7D. RGB value is (230,97,125). Sum of RGB (Red+Green+Blue) = 230+97+125=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6617D is #199E82. Grayscale: #8B8B8B. Windows color (decimal): -1678979 or 8217062. OLE color: 8217062.

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

Color convert

RGB23097125-
CMYK00.580.460.10
HSL347.37º72.68%64.12%-
HSV(B)347.37º57.83%90.2%-
XYZ40.6126.8522.44-
YUV139.96119.56192.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=50.88%
G=21.46%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309712500.580.460.10347.3772.6864.12
HexE6617D03A2EA15b4940
Octal3461411750725612533111100
Binary11100110110000111111010111010101110101010101101110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6617D; }

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

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

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

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

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

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

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

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