#E983BE

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

Shades of Persian Pink #E983BE

Tints of Persian Pink #E983BE

Color information

#E983BE (or 0xE983BE) is unknown color: approx Persian Pink. HEX triplet: E9, 83 and BE. RGB value is (233,131,190). Sum of RGB (Red+Green+Blue) = 233+131+190=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E983BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983BE is #167C41. Grayscale: #A8A8A8. Windows color (decimal): -1473602 or 12485609. OLE color: 12485609.

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

Color convert

RGB233131190-
CMYK00.440.180.09
HSL325.29º69.86%71.37%-
HSV(B)325.29º43.78%91.37%-
XYZ51.0137.2753.22-
YUV168.22140.29174.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=42.06%
G=23.65%
B=34.30%

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
Decimal23313119000.440.180.09325.2969.8671.37
HexE983BE02C1291454647
Octal3512032760542211505106107
Binary111010011000001110111110010110010010100110100010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E983BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E983BE; }

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

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

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

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

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

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

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

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