#EF8ECE

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

Shades of Tea Rose #EF8ECE

Tints of Tea Rose #EF8ECE

Color information

#EF8ECE (or 0xEF8ECE) is unknown color: approx Tea Rose. HEX triplet: EF, 8E and CE. RGB value is (239,142,206). Sum of RGB (Red+Green+Blue) = 239+142+206=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ECE is #107131. Grayscale: #B2B2B2. Windows color (decimal): -1077554 or 13537007. OLE color: 13537007.

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

Color convert

RGB239142206-
CMYK00.410.140.06
HSL320.41º75.19%74.71%-
HSV(B)320.41º40.59%93.73%-
XYZ56.4142.1563.56-
YUV178.3143.64171.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=40.72%
G=24.19%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914220600.410.140.06320.4175.1974.71
HexEF8ECE029E61404b4b
Octal357216316051166500113113
Binary1110111110001110110011100101001111011010100000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8ECE; }

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

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

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

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

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

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

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

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