#E885B6

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

Shades of Persian Pink #E885B6

Tints of Persian Pink #E885B6

Color information

#E885B6 (or 0xE885B6) is unknown color: approx Persian Pink. HEX triplet: E8, 85 and B6. RGB value is (232,133,182). Sum of RGB (Red+Green+Blue) = 232+133+182=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E885B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885B6 is #177A49. Grayscale: #A8A8A8. Windows color (decimal): -1538634 or 11961832. OLE color: 11961832.

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

Color convert

RGB232133182-
CMYK00.430.220.09
HSL330.3º68.28%71.57%-
HSV(B)330.3º42.67%90.98%-
XYZ50.1137.3148.82-
YUV168.19135.8173.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=42.41%
G=24.31%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213318200.430.220.09330.368.2871.57
HexE885B602B16914a4448
Octal3502052660532611512104110
Binary111010001000010110110110010101110110100110100101010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885B6; }

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

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

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

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

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

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

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

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