#E6517C

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

Shades of Dark Pink #E6517C

Tints of Dark Pink #E6517C

Color information

#E6517C (or 0xE6517C) is unknown color: approx Dark Pink. HEX triplet: E6, 51 and 7C. RGB value is (230,81,124). Sum of RGB (Red+Green+Blue) = 230+81+124=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6517C is #19AE83. Grayscale: #828282. Windows color (decimal): -1683076 or 8147430. OLE color: 8147430.

HSL color Cylindrical-coordinate representation of color #E6517C: hue angle of 342.68º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6517C is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB23081124-
CMYK00.650.460.10
HSL342.68º74.87%60.98%-
HSV(B)342.68º64.78%90.2%-
XYZ39.2124.1621.67-
YUV130.45124.36199-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.87%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=52.87%
G=18.62%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308112400.650.460.10342.6874.8760.98
HexE6517C0412EA1574b3d
Octal3461211740101561252711375
Binary11100110101000111111000100000110111010101010101111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6517C; }

 p { color: rgb(230,81,124); }

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

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

 a { background-color: rgb(230,81,124); }

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

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

 span { border-color: rgb(230,81,124); }

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