#E64682

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

Shades of Dark Pink #E64682

Tints of Dark Pink #E64682

Color information

#E64682 (or 0xE64682) is unknown color: approx Dark Pink. HEX triplet: E6, 46 and 82. RGB value is (230,70,130). Sum of RGB (Red+Green+Blue) = 230+70+130=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E64682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64682 is #19B97D. Grayscale: #7C7C7C. Windows color (decimal): -1685886 or 8537830. OLE color: 8537830.

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

Color convert

RGB23070130-
CMYK00.700.430.10
HSL337.5º76.19%58.82%-
HSV(B)337.5º69.57%90.2%-
XYZ38.8522.8223.48-
YUV124.68131.01203.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.49%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=53.49%
G=16.28%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307013000.700.430.10337.576.1958.82
HexE646820462BA1524c3b
Octal3461062020106531252211473
Binary111001101000110100000100100011010101110101010100101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64682; }

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

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

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

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

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

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

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

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