Html Css Color HEX #EC86CC Tea Rose

📋 copy color: '#EC86CC'

red 236 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #EC86CC

Tints of Tea Rose #EC86CC

RGB

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

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

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

R = 41.11%
G = 23.34%
B = 35.54%

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

#EC86CC (or 0xEC86CC) is known color: Tea Rose. HEX triplet: EC, 86 and CC. RGB value is (236,134,204). Sum of RGB (Red+Green+Blue) = 236+134+204=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86CC is #137933. Grayscale: #ACACAC. Windows color (decimal): -1276212 or 13403884. OLE color: 13403884.

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

Color convert

RGB 236 134 204 -
CMYK 0 0.43 0.14 0.07
HSL 318.82º 0.73% 0.73% -
HSV(B) 318.82º 0.43% 0.93% -
XYZ 54.02 39.24 61.85 -
YUV 172.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 236 134 204 0 0.43 0.14 0.07 318.82 0.73 0.73
Hex EC 86 CC 0 2B E 7 13F 49 49
Octal 354 206 314 0 53 16 7 477 111 111
Binary 11101100 10000110 11001100 0 101011 1110 111 100111111 1001001 1001001

Color Harmonies of #EC86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86CC

Black with #EC86CC

Text Example


Text Example

White with #EC86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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