#E882BF

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

Shades of Persian Pink #E882BF

Tints of Persian Pink #E882BF

Color information

#E882BF (or 0xE882BF) is unknown color: approx Persian Pink. HEX triplet: E8, 82 and BF. RGB value is (232,130,191). Sum of RGB (Red+Green+Blue) = 232+130+191=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E882BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882BF is #177D40. Grayscale: #A7A7A7. Windows color (decimal): -1539393 or 12550888. OLE color: 12550888.

HSL color Cylindrical-coordinate representation of color #E882BF: hue angle of 324.12º degrees, saturation: 0.69, 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 #E882BF is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232130191-
CMYK00.440.180.09
HSL324.12º68.92%70.98%-
HSV(B)324.12º43.97%90.98%-
XYZ50.6736.8853.74-
YUV167.45141.29174.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 191 (75% from 255) = 34.54%
R=41.95%
G=23.51%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213019100.440.180.09324.1268.9270.98
HexE882BF02C1291444547
Octal3502022770542211504105107
Binary111010001000001010111111010110010010100110100010010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882BF; }

 p { color: rgb(232,130,191); }

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

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

 a { background-color: rgb(232,130,191); }

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

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

 span { border-color: rgb(232,130,191); }

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