#E64A79

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

Shades of Dark Pink #E64A79

Tints of Dark Pink #E64A79

Color information

#E64A79 (or 0xE64A79) is unknown color: approx Dark Pink. HEX triplet: E6, 4A and 79. RGB value is (230,74,121). Sum of RGB (Red+Green+Blue) = 230+74+121=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A79 is #19B586. Grayscale: #7D7D7D. Windows color (decimal): -1684871 or 7949030. OLE color: 7949030.

HSL color Cylindrical-coordinate representation of color #E64A79: hue angle of 341.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A79 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB23074121-
CMYK00.680.470.10
HSL341.92º75.73%59.61%-
HSV(B)341.92º67.83%90.2%-
XYZ38.5323.120.52-
YUV126125.18202.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.12%
GREEN value IS 74 (29.30% from 255) = 17.41%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=54.12%
G=17.41%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307412100.680.470.10341.9275.7359.61
HexE64A790442FA1564c3c
Octal3461121710104571252611474
Binary11100110100101011110010100010010111110101010101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64A79; }

 p { color: rgb(230,74,121); }

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

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

 a { background-color: rgb(230,74,121); }

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

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

 span { border-color: rgb(230,74,121); }

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