#E883BD

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

Shades of Persian Pink #E883BD

Tints of Persian Pink #E883BD

Color information

#E883BD (or 0xE883BD) is unknown color: approx Persian Pink. HEX triplet: E8, 83 and BD. RGB value is (232,131,189). Sum of RGB (Red+Green+Blue) = 232+131+189=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E883BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E883BD is #177C42. Grayscale: #A7A7A7. Windows color (decimal): -1539139 or 12420072. OLE color: 12420072.

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

Color convert

RGB232131189-
CMYK00.440.190.09
HSL325.54º68.71%71.18%-
HSV(B)325.54º43.53%90.98%-
XYZ50.5837.0652.63-
YUV167.81139.96173.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.03%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=42.03%
G=23.73%
B=34.24%

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
Decimal23213118900.440.190.09325.5468.7171.18
HexE883BD02C1391464547
Octal3502032750542311506105107
Binary111010001000001110111101010110010011100110100011010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E883BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E883BD; }

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

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

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

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

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

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

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

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