#E983BA

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

Shades of Persian Pink #E983BA

Tints of Persian Pink #E983BA

Color information

#E983BA (or 0xE983BA) is unknown color: approx Persian Pink. HEX triplet: E9, 83 and BA. RGB value is (233,131,186). Sum of RGB (Red+Green+Blue) = 233+131+186=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E983BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983BA is #167C45. Grayscale: #A7A7A7. Windows color (decimal): -1473606 or 12223465. OLE color: 12223465.

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

Color convert

RGB233131186-
CMYK00.440.200.09
HSL327.65º69.86%71.37%-
HSV(B)327.65º43.78%91.37%-
XYZ50.5837.150.95-
YUV167.77138.29174.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=42.36%
G=23.82%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313118600.440.200.09327.6569.8671.37
HexE983BA02C1491484647
Octal3512032720542411510106107
Binary111010011000001110111010010110010100100110100100010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E983BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E983BA; }

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

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

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

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

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

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

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

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