#E787BD

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

Shades of Persian Pink #E787BD

Tints of Persian Pink #E787BD

Color information

#E787BD (or 0xE787BD) is unknown color: approx Persian Pink. HEX triplet: E7, 87 and BD. RGB value is (231,135,189). Sum of RGB (Red+Green+Blue) = 231+135+189=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E787BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E787BD is #187842. Grayscale: #A9A9A9. Windows color (decimal): -1603651 or 12421095. OLE color: 12421095.

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

Color convert

RGB231135189-
CMYK00.420.180.09
HSL326.25º66.67%71.76%-
HSV(B)326.25º41.56%90.59%-
XYZ50.837.9952.8-
YUV169.86138.8171.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=41.62%
G=24.32%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113518900.420.180.09326.2566.6771.76
HexE787BD02A1291464348
Octal3472072750522211506103110
Binary111001111000011110111101010101010010100110100011010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E787BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E787BD; }

 p { color: rgb(231,135,189); }

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

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

 a { background-color: rgb(231,135,189); }

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

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

 span { border-color: rgb(231,135,189); }

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