#E64E83

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

Shades of Dark Pink #E64E83

Tints of Dark Pink #E64E83

Color information

#E64E83 (or 0xE64E83) is unknown color: approx Dark Pink. HEX triplet: E6, 4E and 83. RGB value is (230,78,131). Sum of RGB (Red+Green+Blue) = 230+78+131=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E83 is #19B17C. Grayscale: #818181. Windows color (decimal): -1683837 or 8605414. OLE color: 8605414.

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

Color convert

RGB23078131-
CMYK00.660.430.10
HSL339.08º75.25%60.39%-
HSV(B)339.08º66.09%90.2%-
XYZ39.4523.9124.01-
YUV129.49128.86199.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=52.39%
G=17.77%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307813100.660.430.10339.0875.2560.39
HexE64E830422BA1534b3c
Octal3461162030102531252311374
Binary111001101001110100000110100001010101110101010100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64E83; }

 p { color: rgb(230,78,131); }

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

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

 a { background-color: rgb(230,78,131); }

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

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

 span { border-color: rgb(230,78,131); }

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