#E65D86

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

Shades of Dark Pink #E65D86

Tints of Dark Pink #E65D86

Color information

#E65D86 (or 0xE65D86) is unknown color: approx Dark Pink. HEX triplet: E6, 5D and 86. RGB value is (230,93,134). Sum of RGB (Red+Green+Blue) = 230+93+134=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D86 is #19A279. Grayscale: #8A8A8A. Windows color (decimal): -1679994 or 8805862. OLE color: 8805862.

HSL color Cylindrical-coordinate representation of color #E65D86: hue angle of 342.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D86 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB23093134-
CMYK00.600.420.10
HSL342.04º73.26%63.33%-
HSV(B)342.04º59.57%90.2%-
XYZ40.8526.3725.49-
YUV138.64125.39193.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.33%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=50.33%
G=20.35%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309313400.600.420.10342.0473.2663.33
HexE65D8603C2AA156493f
Octal346135206074521252611177
Binary11100110101110110000110011110010101010101010101101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D86; }

 p { color: rgb(230,93,134); }

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

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

 a { background-color: rgb(230,93,134); }

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

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

 span { border-color: rgb(230,93,134); }

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