#E6617E

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

Shades of Dark Pink #E6617E

Tints of Dark Pink #E6617E

Color information

#E6617E (or 0xE6617E) is unknown color: approx Dark Pink. HEX triplet: E6, 61 and 7E. RGB value is (230,97,126). Sum of RGB (Red+Green+Blue) = 230+97+126=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6617E is #199E81. Grayscale: #8C8C8C. Windows color (decimal): -1678978 or 8282598. OLE color: 8282598.

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

Color convert

RGB23097126-
CMYK00.580.450.10
HSL346.92º72.68%64.12%-
HSV(B)346.92º57.83%90.2%-
XYZ40.6726.8822.78-
YUV140.07120.06192.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.77%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=50.77%
G=21.41%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309712600.580.450.10346.9272.6864.12
HexE6617E03A2DA15b4940
Octal3461411760725512533111100
Binary11100110110000111111100111010101101101010101101110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6617E; }

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

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

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

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

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

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

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

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