#E6537F

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

Shades of Dark Pink #E6537F

Tints of Dark Pink #E6537F

Color information

#E6537F (or 0xE6537F) is unknown color: approx Dark Pink. HEX triplet: E6, 53 and 7F. RGB value is (230,83,127). Sum of RGB (Red+Green+Blue) = 230+83+127=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6537F is #19AC80. Grayscale: #838383. Windows color (decimal): -1682561 or 8344550. OLE color: 8344550.

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

Color convert

RGB23083127-
CMYK00.640.450.10
HSL342.04º74.62%61.37%-
HSV(B)342.04º63.91%90.2%-
XYZ39.5624.5422.73-
YUV131.97125.2197.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 127 (50% from 255) = 28.86%
R=52.27%
G=18.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308312700.640.450.10342.0474.6261.37
HexE6537F0402DA1564b3d
Octal3461231770100551252611375
Binary11100110101001111111110100000010110110101010101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6537F; }

 p { color: rgb(230,83,127); }

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

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

 a { background-color: rgb(230,83,127); }

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

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

 span { border-color: rgb(230,83,127); }

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