#EC8FCA

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

Shades of Tea Rose #EC8FCA

Tints of Tea Rose #EC8FCA

Color information

#EC8FCA (or 0xEC8FCA) is unknown color: approx Tea Rose. HEX triplet: EC, 8F and CA. RGB value is (236,143,202). Sum of RGB (Red+Green+Blue) = 236+143+202=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCA is #137035. Grayscale: #B1B1B1. Windows color (decimal): -1273910 or 13275116. OLE color: 13275116.

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

Color convert

RGB236143202-
CMYK00.390.140.07
HSL321.94º70.99%74.31%-
HSV(B)321.94º39.41%92.55%-
XYZ55.0841.7461.03-
YUV177.53141.81169.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=40.62%
G=24.61%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614320200.390.140.07321.9470.9974.31
HexEC8FCA027E7142474a
Octal354217312047167502107112
Binary1110110010001111110010100100111111011110100001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FCA; }

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

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

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

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

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

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

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

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