#E6527A

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

Shades of Dark Pink #E6527A

Tints of Dark Pink #E6527A

Color information

#E6527A (or 0xE6527A) is unknown color: approx Dark Pink. HEX triplet: E6, 52 and 7A. RGB value is (230,82,122). Sum of RGB (Red+Green+Blue) = 230+82+122=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6527A is #19AD85. Grayscale: #828282. Windows color (decimal): -1682822 or 8016614. OLE color: 8016614.

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

Color convert

RGB23082122-
CMYK00.640.470.10
HSL343.78º74.75%61.18%-
HSV(B)343.78º64.35%90.2%-
XYZ39.1624.2621.03-
YUV130.81123.03198.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.00%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=53.00%
G=18.89%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308212200.640.470.10343.7874.7561.18
HexE6527A0402FA1584b3d
Octal3461221720100571253011375
Binary11100110101001011110100100000010111110101010110001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6527A; }

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

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

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

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

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

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

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

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