#E782BC

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

Shades of Persian Pink #E782BC

Tints of Persian Pink #E782BC

Color information

#E782BC (or 0xE782BC) is unknown color: approx Persian Pink. HEX triplet: E7, 82 and BC. RGB value is (231,130,188). Sum of RGB (Red+Green+Blue) = 231+130+188=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E782BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782BC is #187D43. Grayscale: #A6A6A6. Windows color (decimal): -1604932 or 12354279. OLE color: 12354279.

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

Color convert

RGB231130188-
CMYK00.440.190.09
HSL325.54º67.79%70.78%-
HSV(B)325.54º43.72%90.59%-
XYZ50.0136.5952-
YUV166.81139.96173.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=42.08%
G=23.68%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113018800.440.190.09325.5467.7970.78
HexE782BC02C1391464447
Octal3472022740542311506104107
Binary111001111000001010111100010110010011100110100011010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782BC; }

 p { color: rgb(231,130,188); }

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

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

 a { background-color: rgb(231,130,188); }

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

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

 span { border-color: rgb(231,130,188); }

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