#E6508C

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

Shades of Dark Pink #E6508C

Tints of Dark Pink #E6508C

Color information

#E6508C (or 0xE6508C) is unknown color: approx Dark Pink. HEX triplet: E6, 50 and 8C. RGB value is (230,80,140). Sum of RGB (Red+Green+Blue) = 230+80+140=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6508C is #19AF73. Grayscale: #838383. Windows color (decimal): -1683316 or 9195750. OLE color: 9195750.

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

Color convert

RGB23080140-
CMYK00.650.390.10
HSL336º75%60.78%-
HSV(B)336º65.22%90.2%-
XYZ40.2424.4527.41-
YUV131.69132.7198.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.11%
GREEN value IS 80 (31.64% from 255) = 17.78%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=51.11%
G=17.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308014000.650.390.103367560.78
HexE6508C04127A1504b3d
Octal3461202140101471252011375
Binary111001101010000100011000100000110011110101010100001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6508C; }

 p { color: rgb(230,80,140); }

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

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

 a { background-color: rgb(230,80,140); }

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

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

 span { border-color: rgb(230,80,140); }

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