#E65490

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

Shades of Dark Pink #E65490

Tints of Dark Pink #E65490

Color information

#E65490 (or 0xE65490) is unknown color: approx Dark Pink. HEX triplet: E6, 54 and 90. RGB value is (230,84,144). Sum of RGB (Red+Green+Blue) = 230+84+144=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E65490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65490 is #19AB6F. Grayscale: #868686. Windows color (decimal): -1682288 or 9458918. OLE color: 9458918.

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

Color convert

RGB23084144-
CMYK00.630.370.10
HSL335.34º74.49%61.57%-
HSV(B)335.34º63.48%90.2%-
XYZ40.8425.1829.09-
YUV134.49133.37196.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.22%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=50.22%
G=18.34%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308414400.630.370.10335.3474.4961.57
HexE6549003F25A14f4a3e
Octal346124220077451251711276
Binary11100110101010010010000011111110010110101010011111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65490; }

 p { color: rgb(230,84,144); }

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

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

 a { background-color: rgb(230,84,144); }

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

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

 span { border-color: rgb(230,84,144); }

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