#EF7DAF

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

Shades of Persian Pink #EF7DAF

Tints of Persian Pink #EF7DAF

Color information

#EF7DAF (or 0xEF7DAF) is unknown color: approx Persian Pink. HEX triplet: EF, 7D and AF. RGB value is (239,125,175). Sum of RGB (Red+Green+Blue) = 239+125+175=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7DAF is #108250. Grayscale: #A4A4A4. Windows color (decimal): -1081937 or 11501039. OLE color: 11501039.

HSL color Cylindrical-coordinate representation of color #EF7DAF: hue angle of 333.68º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7DAF is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239125175-
CMYK00.480.270.06
HSL333.68º78.08%71.37%-
HSV(B)333.68º47.7%93.73%-
XYZ50.6736.1144.86-
YUV164.79133.77180.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=44.34%
G=23.19%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912517500.480.270.06333.6878.0871.37
HexEF7DAF0301B614e4e47
Octal357175257060336516116107
Binary1110111111111011010111101100001101111010100111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DAF; }

 p { color: rgb(239,125,175); }

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

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

 a { background-color: rgb(239,125,175); }

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

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

 span { border-color: rgb(239,125,175); }

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