#E65890

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

Shades of Dark Pink #E65890

Tints of Dark Pink #E65890

Color information

#E65890 (or 0xE65890) is unknown color: approx Dark Pink. HEX triplet: E6, 58 and 90. RGB value is (230,88,144). Sum of RGB (Red+Green+Blue) = 230+88+144=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E65890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65890 is #19A76F. Grayscale: #888888. Windows color (decimal): -1681264 or 9459942. OLE color: 9459942.

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

Color convert

RGB23088144-
CMYK00.620.370.10
HSL336.34º73.96%62.35%-
HSV(B)336.34º61.74%90.2%-
XYZ41.1625.8229.2-
YUV136.84132.04194.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=49.78%
G=19.05%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308814400.620.370.10336.3473.9662.35
HexE6589003E25A1504a3e
Octal346130220076451252011276
Binary11100110101100010010000011111010010110101010100001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65890; }

 p { color: rgb(230,88,144); }

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

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

 a { background-color: rgb(230,88,144); }

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

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

 span { border-color: rgb(230,88,144); }

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