#EF7ECF

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

Shades of Tea Rose #EF7ECF

Tints of Tea Rose #EF7ECF

Color information

#EF7ECF (or 0xEF7ECF) is unknown color: approx Tea Rose. HEX triplet: EF, 7E and CF. RGB value is (239,126,207). Sum of RGB (Red+Green+Blue) = 239+126+207=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ECF is #108130. Grayscale: #A8A8A8. Windows color (decimal): -1081649 or 13598447. OLE color: 13598447.

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

Color convert

RGB239126207-
CMYK00.470.130.06
HSL316.99º77.93%71.57%-
HSV(B)316.99º47.28%93.73%-
XYZ54.3237.7863.46-
YUV169.02149.44177.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 126 (49.61% from 255) = 22.03%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=41.78%
G=22.03%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912620700.470.130.06316.9977.9371.57
HexEF7ECF02FD613d4e48
Octal357176317057156475116110
Binary111011111111110110011110101111110111010011110110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7ECF; }

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

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

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

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

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

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

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

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