#E65784

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

Shades of Dark Pink #E65784

Tints of Dark Pink #E65784

Color information

#E65784 (or 0xE65784) is unknown color: approx Dark Pink. HEX triplet: E6, 57 and 84. RGB value is (230,87,132). Sum of RGB (Red+Green+Blue) = 230+87+132=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E65784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65784 is #19A87B. Grayscale: #868686. Windows color (decimal): -1681532 or 8673254. OLE color: 8673254.

HSL color Cylindrical-coordinate representation of color #E65784: hue angle of 341.12º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65784 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB23087132-
CMYK00.620.430.10
HSL341.12º74.09%62.16%-
HSV(B)341.12º62.17%90.2%-
XYZ40.2125.3124.6-
YUV134.89126.38195.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.22%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=51.22%
G=19.38%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308713200.620.430.10341.1274.0962.16
HexE6578403E2BA1554a3e
Octal346127204076531252511276
Binary11100110101011110000100011111010101110101010101011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65784; }

 p { color: rgb(230,87,132); }

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

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

 a { background-color: rgb(230,87,132); }

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

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

 span { border-color: rgb(230,87,132); }

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