#E785BE

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

Shades of Persian Pink #E785BE

Tints of Persian Pink #E785BE

Color information

#E785BE (or 0xE785BE) is unknown color: approx Persian Pink. HEX triplet: E7, 85 and BE. RGB value is (231,133,190). Sum of RGB (Red+Green+Blue) = 231+133+190=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E785BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785BE is #187A41. Grayscale: #A8A8A8. Windows color (decimal): -1604162 or 12486119. OLE color: 12486119.

HSL color Cylindrical-coordinate representation of color #E785BE: hue angle of 325.1º 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 #E785BE is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231133190-
CMYK00.420.180.09
HSL325.1º67.12%71.37%-
HSV(B)325.1º42.42%90.59%-
XYZ50.6437.4853.28-
YUV168.8139.97172.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=41.70%
G=24.01%
B=34.30%

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
Decimal23113319000.420.180.09325.167.1271.37
HexE785BE02A1291454347
Octal3472052760522211505103107
Binary111001111000010110111110010101010010100110100010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785BE; }

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

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

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

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

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

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

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

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