#EC88CF

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

Shades of Tea Rose #EC88CF

Tints of Tea Rose #EC88CF

Color information

#EC88CF (or 0xEC88CF) is unknown color: approx Tea Rose. HEX triplet: EC, 88 and CF. RGB value is (236,136,207). Sum of RGB (Red+Green+Blue) = 236+136+207=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88CF is #137730. Grayscale: #ADADAD. Windows color (decimal): -1275697 or 13601004. OLE color: 13601004.

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

Color convert

RGB236136207-
CMYK00.420.120.07
HSL317.4º72.46%72.94%-
HSV(B)317.4º42.37%92.55%-
XYZ54.6639.9563.86-
YUV173.99146.63172.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=40.76%
G=23.49%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613620700.420.120.07317.472.4672.94
HexEC88CF02AC713d4849
Octal354210317052147475110111
Binary1110110010001000110011110101010110011110011110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC88CF; }

 p { color: rgb(236,136,207); }

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

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

 a { background-color: rgb(236,136,207); }

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

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

 span { border-color: rgb(236,136,207); }

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