#EC7BC9

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

Shades of Tea Rose #EC7BC9

Tints of Tea Rose #EC7BC9

Color information

#EC7BC9 (or 0xEC7BC9) is unknown color: approx Tea Rose. HEX triplet: EC, 7B and C9. RGB value is (236,123,201). Sum of RGB (Red+Green+Blue) = 236+123+201=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BC9 is #138436. Grayscale: #A5A5A5. Windows color (decimal): -1279031 or 13204460. OLE color: 13204460.

HSL color Cylindrical-coordinate representation of color #EC7BC9: hue angle of 318.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BC9 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236123201-
CMYK00.480.150.07
HSL318.58º74.83%70.39%-
HSV(B)318.58º47.88%92.55%-
XYZ52.2236.2259.5-
YUV165.68147.94178.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 123 (48.44% from 255) = 21.96%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=42.14%
G=21.96%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612320100.480.150.07318.5874.8370.39
HexEC7BC9030F713f4b46
Octal354173311060177477113106
Binary111011001111011110010010110000111111110011111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BC9; }

 p { color: rgb(236,123,201); }

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

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

 a { background-color: rgb(236,123,201); }

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

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

 span { border-color: rgb(236,123,201); }

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