#EF79C9

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

Shades of Tea Rose #EF79C9

Tints of Tea Rose #EF79C9

Color information

#EF79C9 (or 0xEF79C9) is unknown color: approx Tea Rose. HEX triplet: EF, 79 and C9. RGB value is (239,121,201). Sum of RGB (Red+Green+Blue) = 239+121+201=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79C9 is #108636. Grayscale: #A5A5A5. Windows color (decimal): -1082935 or 13203951. OLE color: 13203951.

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

Color convert

RGB239121201-
CMYK00.490.160.06
HSL319.32º78.67%70.59%-
HSV(B)319.32º49.37%93.73%-
XYZ52.9836.2459.46-
YUV165.4148.09180.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 121 (47.66% from 255) = 21.57%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=42.60%
G=21.57%
B=35.83%

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
Decimal23912120100.490.160.06319.3278.6770.59
HexEF79C903110613f4f47
Octal357171311061206477117107
Binary1110111111110011100100101100011000011010011111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF79C9; }

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

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

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

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

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

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

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

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