#EC8BCE

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

Shades of Tea Rose #EC8BCE

Tints of Tea Rose #EC8BCE

Color information

#EC8BCE (or 0xEC8BCE) is unknown color: approx Tea Rose. HEX triplet: EC, 8B and CE. RGB value is (236,139,206). Sum of RGB (Red+Green+Blue) = 236+139+206=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BCE is #137431. Grayscale: #AFAFAF. Windows color (decimal): -1274930 or 13536236. OLE color: 13536236.

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

Color convert

RGB236139206-
CMYK00.410.130.07
HSL318.56º71.85%73.53%-
HSV(B)318.56º41.1%92.55%-
XYZ54.9740.7563.36-
YUV175.64145.14171.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 139 (54.69% from 255) = 23.92%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=40.62%
G=23.92%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613920600.410.130.07318.5671.8573.53
HexEC8BCE029D713f484a
Octal354213316051157477110112
Binary1110110010001011110011100101001110111110011111110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BCE; }

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

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

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

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

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

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

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

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