#E64680

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

Shades of Dark Pink #E64680

Tints of Dark Pink #E64680

Color information

#E64680 (or 0xE64680) is unknown color: approx Dark Pink. HEX triplet: E6, 46 and 80. RGB value is (230,70,128). Sum of RGB (Red+Green+Blue) = 230+70+128=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E64680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64680 is #19B97F. Grayscale: #7C7C7C. Windows color (decimal): -1685888 or 8406758. OLE color: 8406758.

HSL color Cylindrical-coordinate representation of color #E64680: hue angle of 338.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64680 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB23070128-
CMYK00.700.440.10
HSL338.25º76.19%58.82%-
HSV(B)338.25º69.57%90.2%-
XYZ38.7222.7622.77-
YUV124.45130.01203.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.74%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=53.74%
G=16.36%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307012800.700.440.10338.2576.1958.82
HexE646800462CA1524c3b
Octal3461062000106541252211473
Binary111001101000110100000000100011010110010101010100101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64680; }

 p { color: rgb(230,70,128); }

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

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

 a { background-color: rgb(230,70,128); }

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

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

 span { border-color: rgb(230,70,128); }

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