#E65F89

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

Shades of Dark Pink #E65F89

Tints of Dark Pink #E65F89

Color information

#E65F89 (or 0xE65F89) is unknown color: approx Dark Pink. HEX triplet: E6, 5F and 89. RGB value is (230,95,137). Sum of RGB (Red+Green+Blue) = 230+95+137=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F89 is #19A076. Grayscale: #8C8C8C. Windows color (decimal): -1679479 or 9002982. OLE color: 9002982.

HSL color Cylindrical-coordinate representation of color #E65F89: hue angle of 341.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F89 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB23095137-
CMYK00.590.400.10
HSL341.33º72.97%63.73%-
HSV(B)341.33º58.7%90.2%-
XYZ41.2426.8126.67-
YUV140.15126.23192.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 95 (37.5% from 255) = 20.56%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=49.78%
G=20.56%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309513700.590.400.10341.3372.9763.73
HexE65F8903B28A1554940
Octal3461372110735012525111100
Binary111001101011111100010010111011101000101010101010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65F89; }

 p { color: rgb(230,95,137); }

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

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

 a { background-color: rgb(230,95,137); }

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

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

 span { border-color: rgb(230,95,137); }

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