#E883C0

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

Shades of Persian Pink #E883C0

Tints of Persian Pink #E883C0

Color information

#E883C0 (or 0xE883C0) is unknown color: approx Persian Pink. HEX triplet: E8, 83 and C0. RGB value is (232,131,192). Sum of RGB (Red+Green+Blue) = 232+131+192=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E883C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E883C0 is #177C3F. Grayscale: #A8A8A8. Windows color (decimal): -1539136 or 12616680. OLE color: 12616680.

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

Color convert

RGB232131192-
CMYK00.440.170.09
HSL323.76º68.71%71.18%-
HSV(B)323.76º43.53%90.98%-
XYZ50.9137.1954.37-
YUV168.15141.46173.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=41.80%
G=23.60%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213119200.440.170.09323.7668.7171.18
HexE883C002C1191444547
Octal3502033000542111504105107
Binary111010001000001111000000010110010001100110100010010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E883C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E883C0; }

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

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

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

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

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

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

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

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