Html Css Color HEX #EC85CA Tea Rose

📋 copy color: '#EC85CA'

red 236 ◦ green 133 ◦ blue 202

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

Shades of Tea Rose #EC85CA

Tints of Tea Rose #EC85CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 41.33%
G = 23.29%
B = 35.38%

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

#EC85CA (or 0xEC85CA) is known color: Tea Rose. HEX triplet: EC, 85 and CA. RGB value is (236,133,202). Sum of RGB (Red+Green+Blue) = 236+133+202=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85CA is #137A35. Grayscale: #ABABAB. Windows color (decimal): -1276470 or 13272556. OLE color: 13272556.

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

Color convert

RGB 236 133 202 -
CMYK 0 0.44 0.14 0.07
HSL 319.81º 0.73% 0.72% -
HSV(B) 319.81º 0.44% 0.93% -
XYZ 53.64 38.87 60.55 -
YUV 171.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 236 133 202 0 0.44 0.14 0.07 319.81 0.73 0.72
Hex EC 85 CA 0 2C E 7 140 49 48
Octal 354 205 312 0 54 16 7 500 111 110
Binary 11101100 10000101 11001010 0 101100 1110 111 101000000 1001001 1001000

Color Harmonies of #EC85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85CA

Black with #EC85CA

Text Example


Text Example

White with #EC85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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