#E64F8B

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

Shades of Dark Pink #E64F8B

Tints of Dark Pink #E64F8B

Color information

#E64F8B (or 0xE64F8B) is unknown color: approx Dark Pink. HEX triplet: E6, 4F and 8B. RGB value is (230,79,139). Sum of RGB (Red+Green+Blue) = 230+79+139=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F8B is #19B074. Grayscale: #828282. Windows color (decimal): -1683573 or 9129958. OLE color: 9129958.

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

Color convert

RGB23079139-
CMYK00.660.400.10
HSL336.16º75.12%60.59%-
HSV(B)336.16º65.65%90.2%-
XYZ40.0924.2827-
YUV130.99132.53198.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.34%
GREEN value IS 79 (31.25% from 255) = 17.63%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=51.34%
G=17.63%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307913900.660.400.10336.1675.1260.59
HexE64F8B04228A1504b3d
Octal3461172130102501252011375
Binary111001101001111100010110100001010100010101010100001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64F8B; }

 p { color: rgb(230,79,139); }

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

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

 a { background-color: rgb(230,79,139); }

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

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

 span { border-color: rgb(230,79,139); }

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