#E784B6

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

Shades of Persian Pink #E784B6

Tints of Persian Pink #E784B6

Color information

#E784B6 (or 0xE784B6) is unknown color: approx Persian Pink. HEX triplet: E7, 84 and B6. RGB value is (231,132,182). Sum of RGB (Red+Green+Blue) = 231+132+182=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E784B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784B6 is #187B49. Grayscale: #A7A7A7. Windows color (decimal): -1604426 or 11961575. OLE color: 11961575.

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

Color convert

RGB231132182-
CMYK00.430.210.09
HSL329.7º67.35%71.18%-
HSV(B)329.7º42.86%90.59%-
XYZ49.6536.8748.76-
YUV167.3136.3173.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=42.39%
G=24.22%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113218200.430.210.09329.767.3571.18
HexE784B602B15914a4347
Octal3472042660532511512103107
Binary111001111000010010110110010101110101100110100101010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E784B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E784B6; }

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

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

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

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

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

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

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

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