#EC7BD0

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

Shades of Tea Rose #EC7BD0

Tints of Tea Rose #EC7BD0

Color information

#EC7BD0 (or 0xEC7BD0) is unknown color: approx Tea Rose. HEX triplet: EC, 7B and D0. RGB value is (236,123,208). Sum of RGB (Red+Green+Blue) = 236+123+208=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BD0 is #13842F. Grayscale: #A6A6A6. Windows color (decimal): -1279024 or 13663212. OLE color: 13663212.

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

Color convert

RGB236123208-
CMYK00.480.120.07
HSL314.87º74.83%70.39%-
HSV(B)314.87º47.88%92.55%-
XYZ53.0636.5563.93-
YUV166.48151.44177.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 123 (48.44% from 255) = 21.69%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=41.62%
G=21.69%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612320800.480.120.07314.8774.8370.39
HexEC7BD0030C713b4b46
Octal354173320060147473113106
Binary111011001111011110100000110000110011110011101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7BD0; }

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

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

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

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

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

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

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

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