#EF77AE

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

Shades of Persian Pink #EF77AE

Tints of Persian Pink #EF77AE

Color information

#EF77AE (or 0xEF77AE) is unknown color: approx Persian Pink. HEX triplet: EF, 77 and AE. RGB value is (239,119,174). Sum of RGB (Red+Green+Blue) = 239+119+174=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF77AE is #108851. Grayscale: #A1A1A1. Windows color (decimal): -1083474 or 11433967. OLE color: 11433967.

HSL color Cylindrical-coordinate representation of color #EF77AE: hue angle of 332.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77AE is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239119174-
CMYK00.500.270.06
HSL332.5º78.95%70.2%-
HSV(B)332.5º50.21%93.73%-
XYZ49.8334.644.1-
YUV161.15135.26183.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 119 (46.88% from 255) = 22.37%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=44.92%
G=22.37%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911917400.500.270.06332.578.9570.2
HexEF77AE0321B614c4f46
Octal357167256062336514117106
Binary1110111111101111010111001100101101111010100110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF77AE; }

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

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

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

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

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

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

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

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