#EC7DC7

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

Shades of Tea Rose #EC7DC7

Tints of Tea Rose #EC7DC7

Color information

#EC7DC7 (or 0xEC7DC7) is unknown color: approx Tea Rose. HEX triplet: EC, 7D and C7. RGB value is (236,125,199). Sum of RGB (Red+Green+Blue) = 236+125+199=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC7 is #138238. Grayscale: #A6A6A6. Windows color (decimal): -1278521 or 13073900. OLE color: 13073900.

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

Color convert

RGB236125199-
CMYK00.470.160.07
HSL320º74.5%70.78%-
HSV(B)320º47.03%92.55%-
XYZ52.2336.6258.35-
YUV166.62146.27177.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=42.14%
G=22.32%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612519900.470.160.0732074.570.78
HexEC7DC702F1071404a47
Octal354175307057207500112107
Binary1110110011111011100011101011111000011110100000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DC7; }

 p { color: rgb(236,125,199); }

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

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

 a { background-color: rgb(236,125,199); }

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

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

 span { border-color: rgb(236,125,199); }

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