#EF89BE

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

Shades of Tea Rose #EF89BE

Tints of Tea Rose #EF89BE

Color information

#EF89BE (or 0xEF89BE) is unknown color: approx Tea Rose. HEX triplet: EF, 89 and BE. RGB value is (239,137,190). Sum of RGB (Red+Green+Blue) = 239+137+190=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89BE is #107641. Grayscale: #ADADAD. Windows color (decimal): -1078850 or 12487151. OLE color: 12487151.

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

Color convert

RGB239137190-
CMYK00.430.210.06
HSL328.82º76.12%73.73%-
HSV(B)328.82º42.68%93.73%-
XYZ53.8439.9653.59-
YUV173.54137.29174.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=42.23%
G=24.20%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913719000.430.210.06328.8276.1273.73
HexEF89BE02B1561494c4a
Octal357211276053256511114112
Binary11101111100010011011111001010111010111010100100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89BE; }

 p { color: rgb(239,137,190); }

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

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

 a { background-color: rgb(239,137,190); }

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

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

 span { border-color: rgb(239,137,190); }

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