Html Css Color HEX #EC85BF Tea Rose

📋 copy color: '#EC85BF'

red 236 ◦ green 133 ◦ blue 191

#EC85BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EC85BF

Tints of Tea Rose #EC85BF

RGB

 RED value IS 236 (92.58% from 255) = 42.14%

 GREEN value IS 133 (52.34% from 255) = 23.75%

 BLUE value IS 191 (75% from 255) = 34.11%

R = 42.14%
G = 23.75%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC85BF (or 0xEC85BF) is known color: Tea Rose. HEX triplet: EC, 85 and BF. RGB value is (236,133,191). Sum of RGB (Red+Green+Blue) = 236+133+191=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BF is #137A40. Grayscale: #AAAAAA. Windows color (decimal): -1276481 or 12551660. OLE color: 12551660.

HSL color Cylindrical-coordinate representation of color #EC85BF: hue angle of 326.21º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85BF is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 191 -
CMYK 0 0.44 0.19 0.07
HSL 326.21º 0.73% 0.72% -
HSV(B) 326.21º 0.44% 0.93% -
XYZ 52.38 38.37 53.94 -
YUV 170.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 236 133 191 0 0.44 0.19 0.07 326.21 0.73 0.72
Hex EC 85 BF 0 2C 13 7 146 49 48
Octal 354 205 277 0 54 23 7 506 111 110
Binary 11101100 10000101 10111111 0 101100 10011 111 101000110 1001001 1001000

Color Harmonies of #EC85BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85BF

Black with #EC85BF

Text Example


Text Example

White with #EC85BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85BF; }

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

 H1.HeaderClassName
 {
   color: #EC85BF;
 }
 .AnyTagClassName
 {
   color: #EC85BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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