#E983BD

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

Shades of Persian Pink #E983BD

Tints of Persian Pink #E983BD

Color information

#E983BD (or 0xE983BD) is unknown color: approx Persian Pink. HEX triplet: E9, 83 and BD. RGB value is (233,131,189). Sum of RGB (Red+Green+Blue) = 233+131+189=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E983BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983BD is #167C42. Grayscale: #A7A7A7. Windows color (decimal): -1473603 or 12420073. OLE color: 12420073.

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

Color convert

RGB233131189-
CMYK00.440.190.09
HSL325.88º69.86%71.37%-
HSV(B)325.88º43.78%91.37%-
XYZ50.9137.2352.65-
YUV168.11139.79174.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=42.13%
G=23.69%
B=34.18%

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
Decimal23313118900.440.190.09325.8869.8671.37
HexE983BD02C1391464647
Octal3512032750542311506106107
Binary111010011000001110111101010110010011100110100011010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E983BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E983BD; }

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

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

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

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

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

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

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

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