#E983B1

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

Shades of Persian Pink #E983B1

Tints of Persian Pink #E983B1

Color information

#E983B1 (or 0xE983B1) is unknown color: approx Persian Pink. HEX triplet: E9, 83 and B1. RGB value is (233,131,177). Sum of RGB (Red+Green+Blue) = 233+131+177=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E983B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E983B1 is #167C4E. Grayscale: #A6A6A6. Windows color (decimal): -1473615 or 11633641. OLE color: 11633641.

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

Color convert

RGB233131177-
CMYK00.440.240.09
HSL332.94º69.86%71.37%-
HSV(B)332.94º43.78%91.37%-
XYZ49.6636.7346.07-
YUV166.74133.79175.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=43.07%
G=24.21%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313117700.440.240.09332.9469.8671.37
HexE983B102C18914d4647
Octal3512032610543011515106107
Binary111010011000001110110001010110011000100110100110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E983B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E983B1; }

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

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

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

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

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

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

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

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