#E785B7

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

Shades of Persian Pink #E785B7

Tints of Persian Pink #E785B7

Color information

#E785B7 (or 0xE785B7) is unknown color: approx Persian Pink. HEX triplet: E7, 85 and B7. RGB value is (231,133,183). Sum of RGB (Red+Green+Blue) = 231+133+183=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E785B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785B7 is #187A48. Grayscale: #A7A7A7. Windows color (decimal): -1604169 or 12027367. OLE color: 12027367.

HSL color Cylindrical-coordinate representation of color #E785B7: hue angle of 329.39º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785B7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231133183-
CMYK00.420.210.09
HSL329.39º67.12%71.37%-
HSV(B)329.39º42.42%90.59%-
XYZ49.8937.1849.35-
YUV168136.47172.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=42.23%
G=24.31%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113318300.420.210.09329.3967.1271.37
HexE785B702A1591494347
Octal3472052670522511511103107
Binary111001111000010110110111010101010101100110100100110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785B7; }

 p { color: rgb(231,133,183); }

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

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

 a { background-color: rgb(231,133,183); }

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

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

 span { border-color: rgb(231,133,183); }

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