#E87DAD

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

Shades of Persian Pink #E87DAD

Tints of Persian Pink #E87DAD

Color information

#E87DAD (or 0xE87DAD) is unknown color: approx Persian Pink. HEX triplet: E8, 7D and AD. RGB value is (232,125,173). Sum of RGB (Red+Green+Blue) = 232+125+173=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87DAD is #178252. Grayscale: #A2A2A2. Windows color (decimal): -1540691 or 11369960. OLE color: 11369960.

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

Color convert

RGB232125173-
CMYK00.460.250.09
HSL333.08º69.93%70%-
HSV(B)333.08º46.12%90.98%-
XYZ48.1634.8443.72-
YUV162.46133.95177.6-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.77%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=43.77%
G=23.58%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212517300.460.250.09333.0869.9370
HexE87DAD02E19914d4646
Octal3501752550563111515106106
Binary11101000111110110101101010111011001100110100110110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DAD; }

 p { color: rgb(232,125,173); }

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

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

 a { background-color: rgb(232,125,173); }

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

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

 span { border-color: rgb(232,125,173); }

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