#E871BB

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

Shades of Persian Pink #E871BB

Tints of Persian Pink #E871BB

Color information

#E871BB (or 0xE871BB) is unknown color: approx Persian Pink. HEX triplet: E8, 71 and BB. RGB value is (232,113,187). Sum of RGB (Red+Green+Blue) = 232+113+187=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E871BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871BB is #178E44. Grayscale: #9C9C9C. Windows color (decimal): -1543749 or 12284392. OLE color: 12284392.

HSL color Cylindrical-coordinate representation of color #E871BB: hue angle of 322.69º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871BB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232113187-
CMYK00.510.190.09
HSL322.69º72.12%67.65%-
HSV(B)322.69º51.29%90.98%-
XYZ48.1532.5550.76-
YUV157.02144.92181.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=43.61%
G=21.24%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211318700.510.190.09322.6972.1267.65
HexE871BB0331391434844
Octal3501612730632311503110104
Binary11101000111000110111011011001110011100110100001110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E871BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E871BB; }

 p { color: rgb(232,113,187); }

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

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

 a { background-color: rgb(232,113,187); }

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

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

 span { border-color: rgb(232,113,187); }

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