#EF79C5

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

Shades of Persian Pink #EF79C5

Tints of Persian Pink #EF79C5

Color information

#EF79C5 (or 0xEF79C5) is unknown color: approx Persian Pink. HEX triplet: EF, 79 and C5. RGB value is (239,121,197). Sum of RGB (Red+Green+Blue) = 239+121+197=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79C5 is #10863A. Grayscale: #A4A4A4. Windows color (decimal): -1082939 or 12941807. OLE color: 12941807.

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

Color convert

RGB239121197-
CMYK00.490.180.06
HSL321.36º78.67%70.59%-
HSV(B)321.36º49.37%93.73%-
XYZ52.5136.0657.02-
YUV164.95146.09180.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 121 (47.66% from 255) = 21.72%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=42.91%
G=21.72%
B=35.37%

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
Decimal23912119700.490.180.06321.3678.6770.59
HexEF79C50311261414f47
Octal357171305061226501117107
Binary1110111111110011100010101100011001011010100000110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF79C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF79C5; }

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

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

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

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

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

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

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

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