#EC87CA

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

Shades of Tea Rose #EC87CA

Tints of Tea Rose #EC87CA

Color information

#EC87CA (or 0xEC87CA) is unknown color: approx Tea Rose. HEX triplet: EC, 87 and CA. RGB value is (236,135,202). Sum of RGB (Red+Green+Blue) = 236+135+202=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87CA is #137835. Grayscale: #ACACAC. Windows color (decimal): -1275958 or 13273068. OLE color: 13273068.

HSL color Cylindrical-coordinate representation of color #EC87CA: hue angle of 320.2º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC87CA is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236135202-
CMYK00.430.140.07
HSL320.2º72.66%72.75%-
HSV(B)320.2º42.8%92.55%-
XYZ53.9239.4360.65-
YUV172.84144.46173.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=41.19%
G=23.56%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613520200.430.140.07320.272.6672.75
HexEC87CA02BE71404949
Octal354207312053167500111111
Binary1110110010000111110010100101011111011110100000010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87CA; }

 p { color: rgb(236,135,202); }

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

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

 a { background-color: rgb(236,135,202); }

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

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

 span { border-color: rgb(236,135,202); }

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