#E65A80

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

Shades of Dark Pink #E65A80

Tints of Dark Pink #E65A80

Color information

#E65A80 (or 0xE65A80) is unknown color: approx Dark Pink. HEX triplet: E6, 5A and 80. RGB value is (230,90,128). Sum of RGB (Red+Green+Blue) = 230+90+128=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A80 is #19A57F. Grayscale: #888888. Windows color (decimal): -1680768 or 8411878. OLE color: 8411878.

HSL color Cylindrical-coordinate representation of color #E65A80: hue angle of 343.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A80 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB23090128-
CMYK00.610.440.10
HSL343.71º73.68%62.75%-
HSV(B)343.71º60.87%90.2%-
XYZ40.1925.6923.26-
YUV136.19123.38194.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.34%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=51.34%
G=20.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309012800.610.440.10343.7173.6862.75
HexE65A8003D2CA1584a3f
Octal346132200075541253011277
Binary11100110101101010000000011110110110010101010110001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65A80; }

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

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

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

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

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

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

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

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