#E884BA

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

Shades of Persian Pink #E884BA

Tints of Persian Pink #E884BA

Color information

#E884BA (or 0xE884BA) is unknown color: approx Persian Pink. HEX triplet: E8, 84 and BA. RGB value is (232,132,186). Sum of RGB (Red+Green+Blue) = 232+132+186=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E884BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884BA is #177B45. Grayscale: #A7A7A7. Windows color (decimal): -1538886 or 12223720. OLE color: 12223720.

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

Color convert

RGB232132186-
CMYK00.430.200.09
HSL327.6º68.49%71.37%-
HSV(B)327.6º43.1%90.98%-
XYZ50.3937.250.98-
YUV168.06138.13173.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=42.18%
G=24%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213218600.430.200.09327.668.4971.37
HexE884BA02B1491484447
Octal3502042720532411510104107
Binary111010001000010010111010010101110100100110100100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E884BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E884BA; }

 p { color: rgb(232,132,186); }

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

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

 a { background-color: rgb(232,132,186); }

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

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

 span { border-color: rgb(232,132,186); }

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