#EC8BC3

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

Shades of Tea Rose #EC8BC3

Tints of Tea Rose #EC8BC3

Color information

#EC8BC3 (or 0xEC8BC3) is unknown color: approx Tea Rose. HEX triplet: EC, 8B and C3. RGB value is (236,139,195). Sum of RGB (Red+Green+Blue) = 236+139+195=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BC3 is #13743C. Grayscale: #AEAEAE. Windows color (decimal): -1274941 or 12815340. OLE color: 12815340.

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

Color convert

RGB236139195-
CMYK00.410.170.07
HSL325.36º71.85%73.53%-
HSV(B)325.36º41.1%92.55%-
XYZ53.6840.2456.57-
YUV174.39139.64171.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=41.40%
G=24.39%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613919500.410.170.07325.3671.8573.53
HexEC8BC3029117145484a
Octal354213303051217505110112
Binary11101100100010111100001101010011000111110100010110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BC3; }

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

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

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

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

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

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

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

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