#EF8ACE

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

Shades of Tea Rose #EF8ACE

Tints of Tea Rose #EF8ACE

Color information

#EF8ACE (or 0xEF8ACE) is unknown color: approx Tea Rose. HEX triplet: EF, 8A and CE. RGB value is (239,138,206). Sum of RGB (Red+Green+Blue) = 239+138+206=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ACE is #107531. Grayscale: #AFAFAF. Windows color (decimal): -1078578 or 13535983. OLE color: 13535983.

HSL color Cylindrical-coordinate representation of color #EF8ACE: hue angle of 319.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ACE is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239138206-
CMYK00.420.140.06
HSL319.6º75.94%73.92%-
HSV(B)319.6º42.26%93.73%-
XYZ55.8340.9863.36-
YUV175.95144.96172.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=40.99%
G=23.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913820600.420.140.06319.675.9473.92
HexEF8ACE02AE61404c4a
Octal357212316052166500114112
Binary1110111110001010110011100101010111011010100000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8ACE; }

 p { color: rgb(239,138,206); }

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

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

 a { background-color: rgb(239,138,206); }

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

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

 span { border-color: rgb(239,138,206); }

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