#E65C85

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

Shades of Dark Pink #E65C85

Tints of Dark Pink #E65C85

Color information

#E65C85 (or 0xE65C85) is unknown color: approx Dark Pink. HEX triplet: E6, 5C and 85. RGB value is (230,92,133). Sum of RGB (Red+Green+Blue) = 230+92+133=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65C85 is #19A37A. Grayscale: #898989. Windows color (decimal): -1680251 or 8740070. OLE color: 8740070.

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

Color convert

RGB23092133-
CMYK00.600.420.10
HSL342.17º73.4%63.14%-
HSV(B)342.17º60%90.2%-
XYZ40.6926.1725.1-
YUV137.94125.22193.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=50.55%
G=20.22%
B=29.23%

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
Decimal2309213300.600.420.10342.1773.463.14
HexE65C8503C2AA156493f
Octal346134205074521252611177
Binary11100110101110010000101011110010101010101010101101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65C85; }

 p { color: rgb(230,92,133); }

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

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

 a { background-color: rgb(230,92,133); }

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

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

 span { border-color: rgb(230,92,133); }

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