#E884BC

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

Shades of Persian Pink #E884BC

Tints of Persian Pink #E884BC

Color information

#E884BC (or 0xE884BC) is unknown color: approx Persian Pink. HEX triplet: E8, 84 and BC. RGB value is (232,132,188). Sum of RGB (Red+Green+Blue) = 232+132+188=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E884BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884BC is #177B43. Grayscale: #A8A8A8. Windows color (decimal): -1538884 or 12354792. OLE color: 12354792.

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

Color convert

RGB232132188-
CMYK00.430.190.09
HSL326.4º68.49%71.37%-
HSV(B)326.4º43.1%90.98%-
XYZ50.6137.2952.11-
YUV168.28139.13173.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.03%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=42.03%
G=23.91%
B=34.06%

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
Decimal23213218800.430.190.09326.468.4971.37
HexE884BC02B1391464447
Octal3502042740532311506104107
Binary111010001000010010111100010101110011100110100011010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E884BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E884BC; }

 p { color: rgb(232,132,188); }

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

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

 a { background-color: rgb(232,132,188); }

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

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

 span { border-color: rgb(232,132,188); }

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