#EF79C8

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

Shades of Tea Rose #EF79C8

Tints of Tea Rose #EF79C8

Color information

#EF79C8 (or 0xEF79C8) is unknown color: approx Tea Rose. HEX triplet: EF, 79 and C8. RGB value is (239,121,200). Sum of RGB (Red+Green+Blue) = 239+121+200=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79C8 is #108637. Grayscale: #A5A5A5. Windows color (decimal): -1082936 or 13138415. OLE color: 13138415.

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

Color convert

RGB239121200-
CMYK00.490.160.06
HSL319.83º78.67%70.59%-
HSV(B)319.83º49.37%93.73%-
XYZ52.8636.258.84-
YUV165.29147.59180.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 121 (47.66% from 255) = 21.61%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=42.68%
G=21.61%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912120000.490.160.06319.8378.6770.59
HexEF79C80311061404f47
Octal357171310061206500117107
Binary1110111111110011100100001100011000011010100000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF79C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF79C8; }

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

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

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

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

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

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

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

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