Html Css Color HEX #EC85C7 Tea Rose

📋 copy color: '#EC85C7'

red 236 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #EC85C7

Tints of Tea Rose #EC85C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.04%

R = 41.55%
G = 23.42%
B = 35.04%

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

#EC85C7 (or 0xEC85C7) is known color: Tea Rose. HEX triplet: EC, 85 and C7. RGB value is (236,133,199). Sum of RGB (Red+Green+Blue) = 236+133+199=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85C7 is #137A38. Grayscale: #ABABAB. Windows color (decimal): -1276473 or 13075948. OLE color: 13075948.

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

Color convert

RGB 236 133 199 -
CMYK 0 0.44 0.16 0.07
HSL 321.55º 0.73% 0.72% -
HSV(B) 321.55º 0.44% 0.93% -
XYZ 53.29 38.73 58.7 -
YUV 171.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 236 133 199 0 0.44 0.16 0.07 321.55 0.73 0.72
Hex EC 85 C7 0 2C 10 7 142 49 48
Octal 354 205 307 0 54 20 7 502 111 110
Binary 11101100 10000101 11000111 0 101100 10000 111 101000010 1001001 1001000

Color Harmonies of #EC85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85C7

Black with #EC85C7

Text Example


Text Example

White with #EC85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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