#E9507D

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

Shades of Dark Pink #E9507D

Tints of Dark Pink #E9507D

Color information

#E9507D (or 0xE9507D) is unknown color: approx Dark Pink. HEX triplet: E9, 50 and 7D. RGB value is (233,80,125). Sum of RGB (Red+Green+Blue) = 233+80+125=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9507D is #16AF82. Grayscale: #828282. Windows color (decimal): -1486723 or 8212713. OLE color: 8212713.

HSL color Cylindrical-coordinate representation of color #E9507D: hue angle of 342.35º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9507D is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB23380125-
CMYK00.660.460.09
HSL342.35º77.66%61.37%-
HSV(B)342.35º65.67%91.37%-
XYZ40.1724.5422.02-
YUV130.88124.69200.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.20%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=53.20%
G=18.26%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338012500.660.460.09342.3577.6661.37
HexE9507D0422E91564e3d
Octal3511201750102561152611675
Binary11101001101000011111010100001010111010011010101101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9507D; }

 p { color: rgb(233,80,125); }

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

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

 a { background-color: rgb(233,80,125); }

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

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

 span { border-color: rgb(233,80,125); }

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