Html Css Color HEX #EC86BF Tea Rose

📋 copy color: '#EC86BF'

red 236 ◦ green 134 ◦ blue 191

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

Shades of Tea Rose #EC86BF

Tints of Tea Rose #EC86BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.05%

R = 42.07%
G = 23.89%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC86BF (or 0xEC86BF) is known color: Tea Rose. HEX triplet: EC, 86 and BF. RGB value is (236,134,191). Sum of RGB (Red+Green+Blue) = 236+134+191=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86BF is #137940. Grayscale: #AAAAAA. Windows color (decimal): -1276225 or 12551916. OLE color: 12551916.

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

Color convert

RGB 236 134 191 -
CMYK 0 0.43 0.19 0.07
HSL 326.47º 0.73% 0.73% -
HSV(B) 326.47º 0.43% 0.93% -
XYZ 52.52 38.64 53.98 -
YUV 171 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 236 134 191 0 0.43 0.19 0.07 326.47 0.73 0.73
Hex EC 86 BF 0 2B 13 7 146 49 49
Octal 354 206 277 0 53 23 7 506 111 111
Binary 11101100 10000110 10111111 0 101011 10011 111 101000110 1001001 1001001

Color Harmonies of #EC86BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86BF

Black with #EC86BF

Text Example


Text Example

White with #EC86BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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