#EF7AC5

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

Shades of Persian Pink #EF7AC5

Tints of Persian Pink #EF7AC5

Color information

#EF7AC5 (or 0xEF7AC5) is unknown color: approx Persian Pink. HEX triplet: EF, 7A and C5. RGB value is (239,122,197). Sum of RGB (Red+Green+Blue) = 239+122+197=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AC5 is #10853A. Grayscale: #A5A5A5. Windows color (decimal): -1082683 or 12942063. OLE color: 12942063.

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

Color convert

RGB239122197-
CMYK00.490.180.06
HSL321.54º78.52%70.78%-
HSV(B)321.54º48.95%93.73%-
XYZ52.6336.357.06-
YUV165.53145.76180.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=42.83%
G=21.86%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912219700.490.180.06321.5478.5270.78
HexEF7AC50311261424f47
Octal357172305061226502117107
Binary1110111111110101100010101100011001011010100001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AC5; }

 p { color: rgb(239,122,197); }

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

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

 a { background-color: rgb(239,122,197); }

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

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

 span { border-color: rgb(239,122,197); }

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