#E783BD

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

Shades of Persian Pink #E783BD

Tints of Persian Pink #E783BD

Color information

#E783BD (or 0xE783BD) is unknown color: approx Persian Pink. HEX triplet: E7, 83 and BD. RGB value is (231,131,189). Sum of RGB (Red+Green+Blue) = 231+131+189=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E783BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E783BD is #187C42. Grayscale: #A7A7A7. Windows color (decimal): -1604675 or 12420071. OLE color: 12420071.

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

Color convert

RGB231131189-
CMYK00.430.180.09
HSL325.2º67.57%70.98%-
HSV(B)325.2º43.29%90.59%-
XYZ50.2636.952.62-
YUV167.51140.13173.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=41.92%
G=23.77%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113118900.430.180.09325.267.5770.98
HexE783BD02B1291454447
Octal3472032750532211505104107
Binary111001111000001110111101010101110010100110100010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E783BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E783BD; }

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

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

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

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

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

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

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

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