Html Css Color HEX #EC85C6 Tea Rose

📋 copy color: '#EC85C6'

red 236 ◦ green 133 ◦ blue 198

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

Shades of Tea Rose #EC85C6

Tints of Tea Rose #EC85C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.92%

R = 41.62%
G = 23.46%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC85C6 (or 0xEC85C6) is known color: Tea Rose. HEX triplet: EC, 85 and C6. RGB value is (236,133,198). Sum of RGB (Red+Green+Blue) = 236+133+198=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85C6 is #137A39. Grayscale: #ABABAB. Windows color (decimal): -1276474 or 13010412. OLE color: 13010412.

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

Color convert

RGB 236 133 198 -
CMYK 0 0.44 0.16 0.07
HSL 322.14º 0.73% 0.72% -
HSV(B) 322.14º 0.44% 0.93% -
XYZ 53.17 38.69 58.09 -
YUV 171.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 236 133 198 0 0.44 0.16 0.07 322.14 0.73 0.72
Hex EC 85 C6 0 2C 10 7 142 49 48
Octal 354 205 306 0 54 20 7 502 111 110
Binary 11101100 10000101 11000110 0 101100 10000 111 101000010 1001001 1001000

Color Harmonies of #EC85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85C6

Black with #EC85C6

Text Example


Text Example

White with #EC85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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