#E65D78

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

Shades of Dark Pink #E65D78

Tints of Dark Pink #E65D78

Color information

#E65D78 (or 0xE65D78) is unknown color: approx Dark Pink. HEX triplet: E6, 5D and 78. RGB value is (230,93,120). Sum of RGB (Red+Green+Blue) = 230+93+120=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D78 is #19A287. Grayscale: #898989. Windows color (decimal): -1680008 or 7888358. OLE color: 7888358.

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

Color convert

RGB23093120-
CMYK00.600.480.10
HSL348.18º73.26%63.33%-
HSV(B)348.18º59.57%90.2%-
XYZ39.9426.0120.68-
YUV137.04118.39194.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=51.92%
G=20.99%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309312000.600.480.10348.1873.2663.33
HexE65D7803C30A15c493f
Octal346135170074601253411177
Binary1110011010111011111000011110011000010101010111001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D78; }

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

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

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

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

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

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

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

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