#EF79C7

Color #EF79C7 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EF79C7

Tints of Tea Rose #EF79C7

Color information

#EF79C7 (or 0xEF79C7) is unknown color: approx Tea Rose. HEX triplet: EF, 79 and C7. RGB value is (239,121,199). Sum of RGB (Red+Green+Blue) = 239+121+199=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79C7 is #108638. Grayscale: #A4A4A4. Windows color (decimal): -1082937 or 13072879. OLE color: 13072879.

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

Color convert

RGB239121199-
CMYK00.490.170.06
HSL320.34º78.67%70.59%-
HSV(B)320.34º49.37%93.73%-
XYZ52.7436.1558.23-
YUV165.17147.09180.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=42.75%
G=21.65%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912119900.490.170.06320.3478.6770.59
HexEF79C70311161404f47
Octal357171307061216500117107
Binary1110111111110011100011101100011000111010100000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF79C7; }

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

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

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

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

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

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

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

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