#E784BB

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

Shades of Persian Pink #E784BB

Tints of Persian Pink #E784BB

Color information

#E784BB (or 0xE784BB) is unknown color: approx Persian Pink. HEX triplet: E7, 84 and BB. RGB value is (231,132,187). Sum of RGB (Red+Green+Blue) = 231+132+187=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E784BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784BB is #187B44. Grayscale: #A7A7A7. Windows color (decimal): -1604421 or 12289255. OLE color: 12289255.

HSL color Cylindrical-coordinate representation of color #E784BB: hue angle of 326.67º degrees, saturation: 0.67, 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 #E784BB is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231132187-
CMYK00.430.190.09
HSL326.67º67.35%71.18%-
HSV(B)326.67º42.86%90.59%-
XYZ50.1837.0851.53-
YUV167.87138.8173.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 187 (73.44% from 255) = 34%
R=42%
G=24%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113218700.430.190.09326.6767.3571.18
HexE784BB02B1391474347
Octal3472042730532311507103107
Binary111001111000010010111011010101110011100110100011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E784BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E784BB; }

 p { color: rgb(231,132,187); }

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

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

 a { background-color: rgb(231,132,187); }

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

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

 span { border-color: rgb(231,132,187); }

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