#E886B6

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

Shades of Persian Pink #E886B6

Tints of Persian Pink #E886B6

Color information

#E886B6 (or 0xE886B6) is unknown color: approx Persian Pink. HEX triplet: E8, 86 and B6. RGB value is (232,134,182). Sum of RGB (Red+Green+Blue) = 232+134+182=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B6 is #177949. Grayscale: #A8A8A8. Windows color (decimal): -1538378 or 11962088. OLE color: 11962088.

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

Color convert

RGB232134182-
CMYK00.420.220.09
HSL330.61º68.06%71.76%-
HSV(B)330.61º42.24%90.98%-
XYZ50.2537.5848.86-
YUV168.77135.47173.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 182 (71.48% from 255) = 33.21%
R=42.34%
G=24.45%
B=33.21%

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
Decimal23213418200.420.220.09330.6168.0671.76
HexE886B602A16914b4448
Octal3502062660522611513104110
Binary111010001000011010110110010101010110100110100101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E886B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E886B6; }

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

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

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

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

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

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

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

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