#EC8BD0

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

Shades of Tea Rose #EC8BD0

Tints of Tea Rose #EC8BD0

Color information

#EC8BD0 (or 0xEC8BD0) is unknown color: approx Tea Rose. HEX triplet: EC, 8B and D0. RGB value is (236,139,208). Sum of RGB (Red+Green+Blue) = 236+139+208=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BD0 is #13742F. Grayscale: #AFAFAF. Windows color (decimal): -1274928 or 13667308. OLE color: 13667308.

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

Color convert

RGB236139208-
CMYK00.410.120.07
HSL317.32º71.85%73.53%-
HSV(B)317.32º41.1%92.55%-
XYZ55.2140.8564.65-
YUV175.87146.14170.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=40.48%
G=23.84%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613920800.410.120.07317.3271.8573.53
HexEC8BD0029C713d484a
Octal354213320051147475110112
Binary1110110010001011110100000101001110011110011110110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BD0; }

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

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

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

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

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

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

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

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