#EF85C9

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

Shades of Tea Rose #EF85C9

Tints of Tea Rose #EF85C9

Color information

#EF85C9 (or 0xEF85C9) is unknown color: approx Tea Rose. HEX triplet: EF, 85 and C9. RGB value is (239,133,201). Sum of RGB (Red+Green+Blue) = 239+133+201=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85C9 is #107A36. Grayscale: #ACACAC. Windows color (decimal): -1079863 or 13207023. OLE color: 13207023.

HSL color Cylindrical-coordinate representation of color #EF85C9: hue angle of 321.51º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF85C9 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239133201-
CMYK00.440.160.06
HSL321.51º76.81%72.94%-
HSV(B)321.51º44.35%93.73%-
XYZ54.5339.3459.98-
YUV172.45144.12175.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=41.71%
G=23.21%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913320100.440.160.06321.5176.8172.94
HexEF85C902C1061424d49
Octal357205311054206502115111
Binary11101111100001011100100101011001000011010100001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85C9; }

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

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

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

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

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

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

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

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