#E981BE

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

Shades of Persian Pink #E981BE

Tints of Persian Pink #E981BE

Color information

#E981BE (or 0xE981BE) is unknown color: approx Persian Pink. HEX triplet: E9, 81 and BE. RGB value is (233,129,190). Sum of RGB (Red+Green+Blue) = 233+129+190=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E981BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981BE is #167E41. Grayscale: #A6A6A6. Windows color (decimal): -1474114 or 12485097. OLE color: 12485097.

HSL color Cylindrical-coordinate representation of color #E981BE: hue angle of 324.81º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981BE is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233129190-
CMYK00.450.180.09
HSL324.81º70.27%70.98%-
HSV(B)324.81º44.64%91.37%-
XYZ50.7536.7453.13-
YUV167.05140.96175.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.21%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=42.21%
G=23.37%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312919000.450.180.09324.8170.2770.98
HexE981BE02D1291454647
Octal3512012760552211505106107
Binary111010011000000110111110010110110010100110100010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981BE; }

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

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

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

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

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

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

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

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