Html Css Color HEX #EC85CF Tea Rose

📋 copy color: '#EC85CF'

red 236 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #EC85CF

Tints of Tea Rose #EC85CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 40.97%
G = 23.09%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC85CF (or 0xEC85CF) is known color: Tea Rose. HEX triplet: EC, 85 and CF. RGB value is (236,133,207). Sum of RGB (Red+Green+Blue) = 236+133+207=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85CF is #137A30. Grayscale: #ACACAC. Windows color (decimal): -1276465 or 13600236. OLE color: 13600236.

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

Color convert

RGB 236 133 207 -
CMYK 0 0.44 0.12 0.07
HSL 316.89º 0.73% 0.72% -
HSV(B) 316.89º 0.44% 0.93% -
XYZ 54.24 39.11 63.72 -
YUV 172.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 236 133 207 0 0.44 0.12 0.07 316.89 0.73 0.72
Hex EC 85 CF 0 2C C 7 13D 49 48
Octal 354 205 317 0 54 14 7 475 111 110
Binary 11101100 10000101 11001111 0 101100 1100 111 100111101 1001001 1001000

Color Harmonies of #EC85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85CF

Black with #EC85CF

Text Example


Text Example

White with #EC85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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