#E64F8A

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

Shades of Dark Pink #E64F8A

Tints of Dark Pink #E64F8A

Color information

#E64F8A (or 0xE64F8A) is unknown color: approx Dark Pink. HEX triplet: E6, 4F and 8A. RGB value is (230,79,138). Sum of RGB (Red+Green+Blue) = 230+79+138=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F8A is #19B075. Grayscale: #828282. Windows color (decimal): -1683574 or 9064422. OLE color: 9064422.

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

Color convert

RGB23079138-
CMYK00.660.40.10
HSL336.56º75.12%60.59%-
HSV(B)336.56º65.65%90.2%-
XYZ40.0224.2526.62-
YUV130.88132.03198.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.45%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=51.45%
G=17.67%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307913800.660.40.10336.5675.1260.59
HexE64F8A04228A1514b3d
Octal3461172120102501252111375
Binary111001101001111100010100100001010100010101010100011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64F8A; }

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

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

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

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

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

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

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

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