#EB81AE

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

Shades of Persian Pink #EB81AE

Tints of Persian Pink #EB81AE

Color information

#EB81AE (or 0xEB81AE) is unknown color: approx Persian Pink. HEX triplet: EB, 81 and AE. RGB value is (235,129,174). Sum of RGB (Red+Green+Blue) = 235+129+174=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81AE is #147E51. Grayscale: #A5A5A5. Windows color (decimal): -1343058 or 11436523. OLE color: 11436523.

HSL color Cylindrical-coordinate representation of color #EB81AE: hue angle of 334.53º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB81AE is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235129174-
CMYK00.450.260.08
HSL334.53º72.6%71.37%-
HSV(B)334.53º45.11%92.16%-
XYZ49.7536.4244.45-
YUV165.82132.62177.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=43.68%
G=23.98%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512917400.450.260.08334.5372.671.37
HexEB81AE02D1A814f4947
Octal3532012560553210517111107
Binary111010111000000110101110010110111010100010100111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81AE; }

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

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

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

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

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

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

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

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