#E981AE

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

Shades of Persian Pink #E981AE

Tints of Persian Pink #E981AE

Color information

#E981AE (or 0xE981AE) is unknown color: approx Persian Pink. HEX triplet: E9, 81 and AE. RGB value is (233,129,174). Sum of RGB (Red+Green+Blue) = 233+129+174=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E981AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E981AE is #167E51. Grayscale: #A5A5A5. Windows color (decimal): -1474130 or 11436521. OLE color: 11436521.

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

Color convert

RGB233129174-
CMYK00.450.250.09
HSL334.04º70.27%70.98%-
HSV(B)334.04º44.64%91.37%-
XYZ49.0936.0844.42-
YUV165.23132.96176.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=43.47%
G=24.07%
B=32.46%

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
Decimal23312917400.450.250.09334.0470.2770.98
HexE981AE02D19914e4647
Octal3512012560553111516106107
Binary111010011000000110101110010110111001100110100111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981AE; }

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

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

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

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

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

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

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

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