Html Css Color HEX #EC85CC Tea Rose

📋 copy color: '#EC85CC'

red 236 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #EC85CC

Tints of Tea Rose #EC85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 41.19%
G = 23.21%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC85CC (or 0xEC85CC) is known color: Tea Rose. HEX triplet: EC, 85 and CC. RGB value is (236,133,204). Sum of RGB (Red+Green+Blue) = 236+133+204=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85CC is #137A33. Grayscale: #ABABAB. Windows color (decimal): -1276468 or 13403628. OLE color: 13403628.

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

Color convert

RGB 236 133 204 -
CMYK 0 0.44 0.14 0.07
HSL 318.64º 0.73% 0.72% -
HSV(B) 318.64º 0.44% 0.93% -
XYZ 53.88 38.97 61.81 -
YUV 171.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 236 133 204 0 0.44 0.14 0.07 318.64 0.73 0.72
Hex EC 85 CC 0 2C E 7 13F 49 48
Octal 354 205 314 0 54 16 7 477 111 110
Binary 11101100 10000101 11001100 0 101100 1110 111 100111111 1001001 1001000

Color Harmonies of #EC85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85CC

Black with #EC85CC

Text Example


Text Example

White with #EC85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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