#E983BF

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

Shades of Persian Pink #E983BF

Tints of Persian Pink #E983BF

Color information

#E983BF (or 0xE983BF) is unknown color: approx Persian Pink. HEX triplet: E9, 83 and BF. RGB value is (233,131,191). Sum of RGB (Red+Green+Blue) = 233+131+191=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E983BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983BF is #167C40. Grayscale: #A8A8A8. Windows color (decimal): -1473601 or 12551145. OLE color: 12551145.

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

Color convert

RGB233131191-
CMYK00.440.180.09
HSL324.71º69.86%71.37%-
HSV(B)324.71º43.78%91.37%-
XYZ51.1237.3253.8-
YUV168.34140.79174.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.98%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 191 (75% from 255) = 34.41%
R=41.98%
G=23.60%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313119100.440.180.09324.7169.8671.37
HexE983BF02C1291454647
Octal3512032770542211505106107
Binary111010011000001110111111010110010010100110100010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E983BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E983BF; }

 p { color: rgb(233,131,191); }

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

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

 a { background-color: rgb(233,131,191); }

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

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

 span { border-color: rgb(233,131,191); }

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