Html Css Color HEX #EC85C3 Tea Rose

📋 copy color: '#EC85C3'

red 236 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #EC85C3

Tints of Tea Rose #EC85C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.57%

R = 41.84%
G = 23.58%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC85C3 (or 0xEC85C3) is known color: Tea Rose. HEX triplet: EC, 85 and C3. RGB value is (236,133,195). Sum of RGB (Red+Green+Blue) = 236+133+195=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85C3 is #137A3C. Grayscale: #AAAAAA. Windows color (decimal): -1276477 or 12813804. OLE color: 12813804.

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

Color convert

RGB 236 133 195 -
CMYK 0 0.44 0.17 0.07
HSL 323.88º 0.73% 0.72% -
HSV(B) 323.88º 0.44% 0.93% -
XYZ 52.83 38.55 56.29 -
YUV 170.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 236 133 195 0 0.44 0.17 0.07 323.88 0.73 0.72
Hex EC 85 C3 0 2C 11 7 144 49 48
Octal 354 205 303 0 54 21 7 504 111 110
Binary 11101100 10000101 11000011 0 101100 10001 111 101000100 1001001 1001000

Color Harmonies of #EC85C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85C3

Black with #EC85C3

Text Example


Text Example

White with #EC85C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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