#EC8FCE

Color #EC8FCE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EC8FCE

Tints of Tea Rose #EC8FCE

Color information

#EC8FCE (or 0xEC8FCE) is unknown color: approx Tea Rose. HEX triplet: EC, 8F and CE. RGB value is (236,143,206). Sum of RGB (Red+Green+Blue) = 236+143+206=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCE is #137031. Grayscale: #B1B1B1. Windows color (decimal): -1273906 or 13537260. OLE color: 13537260.

HSL color Cylindrical-coordinate representation of color #EC8FCE: hue angle of 319.35º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FCE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236143206-
CMYK00.390.130.07
HSL319.35º70.99%74.31%-
HSV(B)319.35º39.41%92.55%-
XYZ55.5641.9363.56-
YUV177.99143.81169.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=40.34%
G=24.44%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614320600.390.130.07319.3570.9974.31
HexEC8FCE027D713f474a
Octal354217316047157477107112
Binary1110110010001111110011100100111110111110011111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FCE; }

 p { color: rgb(236,143,206); }

 H1.HeaderClassName
 {
   color: #EC8FCE;
 }
 .AnyTagClassName
 {
   color: #EC8FCE;
 }
</style>
background-color css

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

 a { background-color: rgb(236,143,206); }

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

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

 span { border-color: rgb(236,143,206); }

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