#EF89BD

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

Shades of Tea Rose #EF89BD

Tints of Tea Rose #EF89BD

Color information

#EF89BD (or 0xEF89BD) is unknown color: approx Tea Rose. HEX triplet: EF, 89 and BD. RGB value is (239,137,189). Sum of RGB (Red+Green+Blue) = 239+137+189=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89BD is #107642. Grayscale: #ADADAD. Windows color (decimal): -1078851 or 12421615. OLE color: 12421615.

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

Color convert

RGB239137189-
CMYK00.430.210.06
HSL329.41º76.12%73.73%-
HSV(B)329.41º42.68%93.73%-
XYZ53.7339.9253.02-
YUV173.43136.79174.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=42.30%
G=24.25%
B=33.45%

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
Decimal23913718900.430.210.06329.4176.1273.73
HexEF89BD02B1561494c4a
Octal357211275053256511114112
Binary11101111100010011011110101010111010111010100100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89BD; }

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

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

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

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

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

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

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

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