#EC88CD

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

Shades of Tea Rose #EC88CD

Tints of Tea Rose #EC88CD

Color information

#EC88CD (or 0xEC88CD) is unknown color: approx Tea Rose. HEX triplet: EC, 88 and CD. RGB value is (236,136,205). Sum of RGB (Red+Green+Blue) = 236+136+205=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC88CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC88CD is #137732. Grayscale: #ADADAD. Windows color (decimal): -1275699 or 13469932. OLE color: 13469932.

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

Color convert

RGB236136205-
CMYK00.420.130.07
HSL318.6º72.46%72.94%-
HSV(B)318.6º42.37%92.55%-
XYZ54.4239.8562.58-
YUV173.77145.63172.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 136 (53.52% from 255) = 23.57%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=40.90%
G=23.57%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613620500.420.130.07318.672.4672.94
HexEC88CD02AD713f4849
Octal354210315052157477110111
Binary1110110010001000110011010101010110111110011111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC88CD; }

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

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

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

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

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

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

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

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