#EF7AC0

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

Shades of Persian Pink #EF7AC0

Tints of Persian Pink #EF7AC0

Color information

#EF7AC0 (or 0xEF7AC0) is unknown color: approx Persian Pink. HEX triplet: EF, 7A and C0. RGB value is (239,122,192). Sum of RGB (Red+Green+Blue) = 239+122+192=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AC0 is #10853F. Grayscale: #A4A4A4. Windows color (decimal): -1082688 or 12614383. OLE color: 12614383.

HSL color Cylindrical-coordinate representation of color #EF7AC0: hue angle of 324.1º 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 #EF7AC0 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239122192-
CMYK00.490.200.06
HSL324.1º78.52%70.78%-
HSV(B)324.1º48.95%93.73%-
XYZ52.0736.0854.09-
YUV164.96143.26180.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=43.22%
G=22.06%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912219200.490.200.06324.178.5270.78
HexEF7AC00311461444f47
Octal357172300061246504117107
Binary1110111111110101100000001100011010011010100010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AC0; }

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

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

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

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

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

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

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

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