#EF8DC6

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

Shades of Tea Rose #EF8DC6

Tints of Tea Rose #EF8DC6

Color information

#EF8DC6 (or 0xEF8DC6) is unknown color: approx Tea Rose. HEX triplet: EF, 8D and C6. RGB value is (239,141,198). Sum of RGB (Red+Green+Blue) = 239+141+198=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DC6 is #107239. Grayscale: #B0B0B0. Windows color (decimal): -1077818 or 13012463. OLE color: 13012463.

HSL color Cylindrical-coordinate representation of color #EF8DC6: hue angle of 325.1º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DC6 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239141198-
CMYK00.410.170.06
HSL325.1º75.38%74.51%-
HSV(B)325.1º41%93.73%-
XYZ55.3141.4858.52-
YUV176.8139.97172.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 141 (55.47% from 255) = 24.39%
BLUE value IS 198 (77.73% from 255) = 34.26%
R=41.35%
G=24.39%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914119800.410.170.06325.175.3874.51
HexEF8DC60291161454b4b
Octal357215306051216505113113
Binary11101111100011011100011001010011000111010100010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DC6; }

 p { color: rgb(239,141,198); }

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

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

 a { background-color: rgb(239,141,198); }

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

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

 span { border-color: rgb(239,141,198); }

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