#E881BD

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

Shades of Persian Pink #E881BD

Tints of Persian Pink #E881BD

Color information

#E881BD (or 0xE881BD) is unknown color: approx Persian Pink. HEX triplet: E8, 81 and BD. RGB value is (232,129,189). Sum of RGB (Red+Green+Blue) = 232+129+189=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E881BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881BD is #177E42. Grayscale: #A6A6A6. Windows color (decimal): -1539651 or 12419560. OLE color: 12419560.

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

Color convert

RGB232129189-
CMYK00.440.190.09
HSL325.05º69.13%70.78%-
HSV(B)325.05º44.4%90.98%-
XYZ50.3136.5352.54-
YUV166.64140.62174.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=42.18%
G=23.45%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212918900.440.190.09325.0569.1370.78
HexE881BD02C1391454547
Octal3502012750542311505105107
Binary111010001000000110111101010110010011100110100010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E881BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E881BD; }

 p { color: rgb(232,129,189); }

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

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

 a { background-color: rgb(232,129,189); }

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

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

 span { border-color: rgb(232,129,189); }

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