#ea77ae

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

Shades of Persian Pink #EA77AE

Tints of Persian Pink #EA77AE

Color information

#EA77AE (or 0xEA77AE) is unknown color: approx Persian Pink. HEX triplet: EA, 77 and AE. RGB value is (234,119,174). Sum of RGB (Red+Green+Blue) = 234+119+174=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77AE is #158851. Grayscale: #9F9F9F. Windows color (decimal): -1411154 or 11433962. OLE color: 11433962.

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

Color convert

RGB234119174-
CMYK00.490.260.08
HSL331.3º73.25%69.22%-
HSV(B)331.3º49.15%91.76%-
XYZ48.1733.7444.02-
YUV159.66136.1181.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=44.40%
G=22.58%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411917400.490.260.08331.373.2569.22
HexEA77AE0311A814b4945
Octal3521672560613210513111105
Binary11101010111011110101110011000111010100010100101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea77ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea77ae; }

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

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

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

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

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

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

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

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