#EA81AE

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

Shades of Persian Pink #EA81AE

Tints of Persian Pink #EA81AE

Color information

#EA81AE (or 0xEA81AE) is unknown color: approx Persian Pink. HEX triplet: EA, 81 and AE. RGB value is (234,129,174). Sum of RGB (Red+Green+Blue) = 234+129+174=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA81AE is #157E51. Grayscale: #A5A5A5. Windows color (decimal): -1408594 or 11436522. OLE color: 11436522.

HSL color Cylindrical-coordinate representation of color #EA81AE: hue angle of 334.29º degrees, saturation: 0.71, 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 #EA81AE is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234129174-
CMYK00.450.260.08
HSL334.29º71.43%71.18%-
HSV(B)334.29º44.87%91.76%-
XYZ49.4236.2544.44-
YUV165.52132.79176.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=43.58%
G=24.02%
B=32.40%

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
Decimal23412917400.450.260.08334.2971.4371.18
HexEA81AE02D1A814e4747
Octal3522012560553210516107107
Binary111010101000000110101110010110111010100010100111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81AE; }

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

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

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

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

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

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

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

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