#E886B5

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

Shades of Persian Pink #E886B5

Tints of Persian Pink #E886B5

Color information

#E886B5 (or 0xE886B5) is unknown color: approx Persian Pink. HEX triplet: E8, 86 and B5. RGB value is (232,134,181). Sum of RGB (Red+Green+Blue) = 232+134+181=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B5 is #17794A. Grayscale: #A8A8A8. Windows color (decimal): -1538379 or 11896552. OLE color: 11896552.

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

Color convert

RGB232134181-
CMYK00.420.220.09
HSL331.22º68.06%71.76%-
HSV(B)331.22º42.24%90.98%-
XYZ50.1437.5448.32-
YUV168.66134.97173.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=42.41%
G=24.50%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213418100.420.220.09331.2268.0671.76
HexE886B502A16914b4448
Octal3502062650522611513104110
Binary111010001000011010110101010101010110100110100101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E886B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E886B5; }

 p { color: rgb(232,134,181); }

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

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

 a { background-color: rgb(232,134,181); }

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

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

 span { border-color: rgb(232,134,181); }

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