#EC87CB

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

Shades of Tea Rose #EC87CB

Tints of Tea Rose #EC87CB

Color information

#EC87CB (or 0xEC87CB) is unknown color: approx Tea Rose. HEX triplet: EC, 87 and CB. RGB value is (236,135,203). Sum of RGB (Red+Green+Blue) = 236+135+203=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87CB is #137834. Grayscale: #ACACAC. Windows color (decimal): -1275957 or 13338604. OLE color: 13338604.

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

Color convert

RGB236135203-
CMYK00.430.140.07
HSL319.6º72.66%72.75%-
HSV(B)319.6º42.8%92.55%-
XYZ54.0439.4761.27-
YUV172.95144.96172.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 135 (53.12% from 255) = 23.52%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=41.11%
G=23.52%
B=35.37%

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
Decimal23613520300.430.140.07319.672.6672.75
HexEC87CB02BE71404949
Octal354207313053167500111111
Binary1110110010000111110010110101011111011110100000010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC87CB; }

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

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

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

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

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

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

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

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