#E881BC

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

Shades of Persian Pink #E881BC

Tints of Persian Pink #E881BC

Color information

#E881BC (or 0xE881BC) is unknown color: approx Persian Pink. HEX triplet: E8, 81 and BC. RGB value is (232,129,188). Sum of RGB (Red+Green+Blue) = 232+129+188=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E881BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881BC is #177E43. Grayscale: #A6A6A6. Windows color (decimal): -1539652 or 12354024. OLE color: 12354024.

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

Color convert

RGB232129188-
CMYK00.440.190.09
HSL325.63º69.13%70.78%-
HSV(B)325.63º44.4%90.98%-
XYZ50.2136.4951.97-
YUV166.52140.12174.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=42.26%
G=23.50%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212918800.440.190.09325.6369.1370.78
HexE881BC02C1391464547
Octal3502012740542311506105107
Binary111010001000000110111100010110010011100110100011010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E881BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E881BC; }

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

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

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

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

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

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

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

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