#EC85CD

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

Shades of Tea Rose #EC85CD

Tints of Tea Rose #EC85CD

Color information

#EC85CD (or 0xEC85CD) is unknown color: approx Tea Rose. HEX triplet: EC, 85 and CD. RGB value is (236,133,205). Sum of RGB (Red+Green+Blue) = 236+133+205=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85CD is #137A32. Grayscale: #ABABAB. Windows color (decimal): -1276467 or 13469164. OLE color: 13469164.

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

Color convert

RGB236133205-
CMYK00.440.130.07
HSL318.06º73.05%72.35%-
HSV(B)318.06º43.64%92.55%-
XYZ5439.0262.44-
YUV172146.62173.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=41.11%
G=23.17%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613320500.440.130.07318.0673.0572.35
HexEC85CD02CD713e4948
Octal354205315054157476111110
Binary1110110010000101110011010101100110111110011111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85CD; }

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

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

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

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

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

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

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

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