#E884B2

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

Shades of Persian Pink #E884B2

Tints of Persian Pink #E884B2

Color information

#E884B2 (or 0xE884B2) is unknown color: approx Persian Pink. HEX triplet: E8, 84 and B2. RGB value is (232,132,178). Sum of RGB (Red+Green+Blue) = 232+132+178=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E884B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E884B2 is #177B4D. Grayscale: #A7A7A7. Windows color (decimal): -1538894 or 11699432. OLE color: 11699432.

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

Color convert

RGB232132178-
CMYK00.430.230.09
HSL332.4º68.49%71.37%-
HSV(B)332.4º43.1%90.98%-
XYZ49.5736.8746.62-
YUV167.14134.13174.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=42.80%
G=24.35%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213217800.430.230.09332.468.4971.37
HexE884B202B17914c4447
Octal3502042620532711514104107
Binary111010001000010010110010010101110111100110100110010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E884B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E884B2; }

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

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

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

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

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

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

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

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