#E981AF

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

Shades of Persian Pink #E981AF

Tints of Persian Pink #E981AF

Color information

#E981AF (or 0xE981AF) is unknown color: approx Persian Pink. HEX triplet: E9, 81 and AF. RGB value is (233,129,175). Sum of RGB (Red+Green+Blue) = 233+129+175=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E981AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E981AF is #167E50. Grayscale: #A5A5A5. Windows color (decimal): -1474129 or 11502057. OLE color: 11502057.

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

Color convert

RGB233129175-
CMYK00.450.250.09
HSL333.46º70.27%70.98%-
HSV(B)333.46º44.64%91.37%-
XYZ49.1936.1244.94-
YUV165.34133.46176.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.39%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=43.39%
G=24.02%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312917500.450.250.09333.4670.2770.98
HexE981AF02D19914d4647
Octal3512012570553111515106107
Binary111010011000000110101111010110111001100110100110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981AF; }

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

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

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

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

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

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

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

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