#EF7AC7

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

Shades of Tea Rose #EF7AC7

Tints of Tea Rose #EF7AC7

Color information

#EF7AC7 (or 0xEF7AC7) is unknown color: approx Tea Rose. HEX triplet: EF, 7A and C7. RGB value is (239,122,199). Sum of RGB (Red+Green+Blue) = 239+122+199=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AC7 is #108538. Grayscale: #A5A5A5. Windows color (decimal): -1082681 or 13073135. OLE color: 13073135.

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

Color convert

RGB239122199-
CMYK00.490.170.06
HSL320.51º78.52%70.78%-
HSV(B)320.51º48.95%93.73%-
XYZ52.8636.3958.27-
YUV165.76146.76180.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=42.68%
G=21.79%
B=35.54%

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
Decimal23912219900.490.170.06320.5178.5270.78
HexEF7AC70311161414f47
Octal357172307061216501117107
Binary1110111111110101100011101100011000111010100000110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AC7; }

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

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

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

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

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

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

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

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