#EF85BF

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

Shades of Tea Rose #EF85BF

Tints of Tea Rose #EF85BF

Color information

#EF85BF (or 0xEF85BF) is unknown color: approx Tea Rose. HEX triplet: EF, 85 and BF. RGB value is (239,133,191). Sum of RGB (Red+Green+Blue) = 239+133+191=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85BF is #107A40. Grayscale: #ABABAB. Windows color (decimal): -1079873 or 12551663. OLE color: 12551663.

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

Color convert

RGB239133191-
CMYK00.440.200.06
HSL327.17º76.81%72.94%-
HSV(B)327.17º44.35%93.73%-
XYZ53.3938.8953.98-
YUV171.31139.12176.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 191 (75% from 255) = 33.93%
R=42.45%
G=23.62%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913319100.440.200.06327.1776.8172.94
HexEF85BF02C1461474d49
Octal357205277054246507115111
Binary11101111100001011011111101011001010011010100011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85BF; }

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

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

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

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

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

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

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

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