#E65A91

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

Shades of Dark Pink #E65A91

Tints of Dark Pink #E65A91

Color information

#E65A91 (or 0xE65A91) is unknown color: approx Dark Pink. HEX triplet: E6, 5A and 91. RGB value is (230,90,145). Sum of RGB (Red+Green+Blue) = 230+90+145=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A91 is #19A56E. Grayscale: #8A8A8A. Windows color (decimal): -1680751 or 9525990. OLE color: 9525990.

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

Color convert

RGB23090145-
CMYK00.610.370.10
HSL336.43º73.68%62.75%-
HSV(B)336.43º60.87%90.2%-
XYZ41.426.1829.66-
YUV138.13131.88193.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.46%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=49.46%
G=19.35%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309014500.610.370.10336.4373.6862.75
HexE65A9103D25A1504a3f
Octal346132221075451252011277
Binary11100110101101010010001011110110010110101010100001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65A91; }

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

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

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

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

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

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

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

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