#EF7ECE

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

Shades of Tea Rose #EF7ECE

Tints of Tea Rose #EF7ECE

Color information

#EF7ECE (or 0xEF7ECE) is unknown color: approx Tea Rose. HEX triplet: EF, 7E and CE. RGB value is (239,126,206). Sum of RGB (Red+Green+Blue) = 239+126+206=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ECE is #108131. Grayscale: #A8A8A8. Windows color (decimal): -1081650 or 13532911. OLE color: 13532911.

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

Color convert

RGB239126206-
CMYK00.470.140.06
HSL317.52º77.93%71.57%-
HSV(B)317.52º47.28%93.73%-
XYZ54.237.7362.82-
YUV168.91148.94178-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=41.86%
G=22.07%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912620600.470.140.06317.5277.9371.57
HexEF7ECE02FE613e4e48
Octal357176316057166476116110
Binary111011111111110110011100101111111011010011111010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7ECE; }

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

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

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

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

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

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

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

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