Html Css Color HEX #EC85D0 Tea Rose

📋 copy color: '#EC85D0'

red 236 ◦ green 133 ◦ blue 208

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

Shades of Tea Rose #EC85D0

Tints of Tea Rose #EC85D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 40.9%
G = 23.05%
B = 36.05%

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

#EC85D0 (or 0xEC85D0) is known color: Tea Rose. HEX triplet: EC, 85 and D0. RGB value is (236,133,208). Sum of RGB (Red+Green+Blue) = 236+133+208=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85D0 is #137A2F. Grayscale: #ACACAC. Windows color (decimal): -1276464 or 13665772. OLE color: 13665772.

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

Color convert

RGB 236 133 208 -
CMYK 0 0.44 0.12 0.07
HSL 316.31º 0.73% 0.72% -
HSV(B) 316.31º 0.44% 0.93% -
XYZ 54.36 39.16 64.37 -
YUV 172.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 236 133 208 0 0.44 0.12 0.07 316.31 0.73 0.72
Hex EC 85 D0 0 2C C 7 13C 49 48
Octal 354 205 320 0 54 14 7 474 111 110
Binary 11101100 10000101 11010000 0 101100 1100 111 100111100 1001001 1001000

Color Harmonies of #EC85D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85D0

Black with #EC85D0

Text Example


Text Example

White with #EC85D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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