#E885BC

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

Shades of Persian Pink #E885BC

Tints of Persian Pink #E885BC

Color information

#E885BC (or 0xE885BC) is unknown color: approx Persian Pink. HEX triplet: E8, 85 and BC. RGB value is (232,133,188). Sum of RGB (Red+Green+Blue) = 232+133+188=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E885BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885BC is #177A43. Grayscale: #A8A8A8. Windows color (decimal): -1538628 or 12355048. OLE color: 12355048.

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

Color convert

RGB232133188-
CMYK00.430.190.09
HSL326.67º68.28%71.57%-
HSV(B)326.67º42.67%90.98%-
XYZ50.7437.5652.15-
YUV168.87138.8173.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=41.95%
G=24.05%
B=34.00%

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
Decimal23213318800.430.190.09326.6768.2871.57
HexE885BC02B1391474448
Octal3502052740532311507104110
Binary111010001000010110111100010101110011100110100011110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885BC; }

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

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

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

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

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

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

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

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