#E65D7B

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

Shades of Dark Pink #E65D7B

Tints of Dark Pink #E65D7B

Color information

#E65D7B (or 0xE65D7B) is unknown color: approx Dark Pink. HEX triplet: E6, 5D and 7B. RGB value is (230,93,123). Sum of RGB (Red+Green+Blue) = 230+93+123=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D7B is #19A284. Grayscale: #898989. Windows color (decimal): -1680005 or 8084966. OLE color: 8084966.

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

Color convert

RGB23093123-
CMYK00.600.470.10
HSL346.86º73.26%63.33%-
HSV(B)346.86º59.57%90.2%-
XYZ40.1226.0821.66-
YUV137.38119.89194.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.57%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=51.57%
G=20.85%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309312300.600.470.10346.8673.2663.33
HexE65D7B03C2FA15b493f
Octal346135173074571253311177
Binary1110011010111011111011011110010111110101010110111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D7B; }

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

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

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

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

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

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

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

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