#EC8FCF

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

Shades of Tea Rose #EC8FCF

Tints of Tea Rose #EC8FCF

Color information

#EC8FCF (or 0xEC8FCF) is unknown color: approx Tea Rose. HEX triplet: EC, 8F and CF. RGB value is (236,143,207). Sum of RGB (Red+Green+Blue) = 236+143+207=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCF is #137030. Grayscale: #B1B1B1. Windows color (decimal): -1273905 or 13602796. OLE color: 13602796.

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

Color convert

RGB236143207-
CMYK00.390.120.07
HSL318.71º70.99%74.31%-
HSV(B)318.71º39.41%92.55%-
XYZ55.6841.9864.2-
YUV178.1144.31169.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=40.27%
G=24.40%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614320700.390.120.07318.7170.9974.31
HexEC8FCF027C713f474a
Octal354217317047147477107112
Binary1110110010001111110011110100111110011110011111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FCF; }

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

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

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

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

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

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

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

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