#ec7fcc

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

Shades of Tea Rose #EC7FCC

Tints of Tea Rose #EC7FCC

Color information

#EC7FCC (or 0xEC7FCC) is unknown color: approx Tea Rose. HEX triplet: EC, 7F and CC. RGB value is (236,127,204). Sum of RGB (Red+Green+Blue) = 236+127+204=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FCC is #138033. Grayscale: #A8A8A8. Windows color (decimal): -1278004 or 13402092. OLE color: 13402092.

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

Color convert

RGB236127204-
CMYK00.460.140.07
HSL317.61º74.15%71.18%-
HSV(B)317.61º46.19%92.55%-
XYZ53.0837.3761.54-
YUV168.37148.11176.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=41.62%
G=22.40%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612720400.460.140.07317.6174.1571.18
HexEC7FCC02EE713e4a47
Octal354177314056167476112107
Binary111011001111111110011000101110111011110011111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec7fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec7fcc; }

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

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

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

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

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

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

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

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