#EF89C9

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

Shades of Tea Rose #EF89C9

Tints of Tea Rose #EF89C9

Color information

#EF89C9 (or 0xEF89C9) is unknown color: approx Tea Rose. HEX triplet: EF, 89 and C9. RGB value is (239,137,201). Sum of RGB (Red+Green+Blue) = 239+137+201=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89C9 is #107636. Grayscale: #AEAEAE. Windows color (decimal): -1078839 or 13208047. OLE color: 13208047.

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

Color convert

RGB239137201-
CMYK00.430.160.06
HSL322.35º76.12%73.73%-
HSV(B)322.35º42.68%93.73%-
XYZ55.0840.4660.16-
YUV174.79142.79173.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 137 (53.91% from 255) = 23.74%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=41.42%
G=23.74%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913720100.430.160.06322.3576.1273.73
HexEF89C902B1061424c4a
Octal357211311053206502114112
Binary11101111100010011100100101010111000011010100001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89C9; }

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

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

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

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

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

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

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

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