Html Css Color HEX #EC86CB Tea Rose

📋 copy color: '#EC86CB'

red 236 ◦ green 134 ◦ blue 203

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

Shades of Tea Rose #EC86CB

Tints of Tea Rose #EC86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.39%

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 41.19%
G = 23.39%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC86CB (or 0xEC86CB) is known color: Tea Rose. HEX triplet: EC, 86 and CB. RGB value is (236,134,203). Sum of RGB (Red+Green+Blue) = 236+134+203=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86CB is #137934. Grayscale: #ACACAC. Windows color (decimal): -1276213 or 13338348. OLE color: 13338348.

HSL color Cylindrical-coordinate representation of color #EC86CB: hue angle of 319.41º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC86CB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 203 -
CMYK 0 0.43 0.14 0.07
HSL 319.41º 0.73% 0.73% -
HSV(B) 319.41º 0.43% 0.93% -
XYZ 53.9 39.19 61.22 -
YUV 172.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 236 134 203 0 0.43 0.14 0.07 319.41 0.73 0.73
Hex EC 86 CB 0 2B E 7 13F 49 49
Octal 354 206 313 0 53 16 7 477 111 111
Binary 11101100 10000110 11001011 0 101011 1110 111 100111111 1001001 1001001

Color Harmonies of #EC86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86CB

Black with #EC86CB

Text Example


Text Example

White with #EC86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86CB; }

 p { color: rgb(236,134,203); }

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

background-color css

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

 a { background-color: rgb(236,134,203); }

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

border-color css

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

 span { border-color: rgb(236,134,203); }

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