#E6528B

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

Shades of Dark Pink #E6528B

Tints of Dark Pink #E6528B

Color information

#E6528B (or 0xE6528B) is unknown color: approx Dark Pink. HEX triplet: E6, 52 and 8B. RGB value is (230,82,139). Sum of RGB (Red+Green+Blue) = 230+82+139=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6528B is #19AD74. Grayscale: #848484. Windows color (decimal): -1682805 or 9130726. OLE color: 9130726.

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

Color convert

RGB23082139-
CMYK00.640.400.10
HSL336.89º74.75%61.18%-
HSV(B)336.89º64.35%90.2%-
XYZ40.3124.7227.07-
YUV132.75131.53197.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.00%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=51.00%
G=18.18%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308213900.640.400.10336.8974.7561.18
HexE6528B04028A1514b3d
Octal3461222130100501252111375
Binary111001101010010100010110100000010100010101010100011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6528B; }

 p { color: rgb(230,82,139); }

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

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

 a { background-color: rgb(230,82,139); }

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

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

 span { border-color: rgb(230,82,139); }

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