#EF89CD

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

Shades of Tea Rose #EF89CD

Tints of Tea Rose #EF89CD

Color information

#EF89CD (or 0xEF89CD) is unknown color: approx Tea Rose. HEX triplet: EF, 89 and CD. RGB value is (239,137,205). Sum of RGB (Red+Green+Blue) = 239+137+205=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89CD is #107632. Grayscale: #AFAFAF. Windows color (decimal): -1078835 or 13470191. OLE color: 13470191.

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

Color convert

RGB239137205-
CMYK00.430.140.06
HSL320º76.12%73.73%-
HSV(B)320º42.68%93.73%-
XYZ55.5640.6562.68-
YUV175.25144.79173.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=41.14%
G=23.58%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913720500.430.140.0632076.1273.73
HexEF89CD02BE61404c4a
Octal357211315053166500114112
Binary1110111110001001110011010101011111011010100000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89CD; }

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

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

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

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

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

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

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

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