#EC8ECA

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

Shades of Tea Rose #EC8ECA

Tints of Tea Rose #EC8ECA

Color information

#EC8ECA (or 0xEC8ECA) is unknown color: approx Tea Rose. HEX triplet: EC, 8E and CA. RGB value is (236,142,202). Sum of RGB (Red+Green+Blue) = 236+142+202=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ECA is #137135. Grayscale: #B0B0B0. Windows color (decimal): -1274166 or 13274860. OLE color: 13274860.

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

Color convert

RGB236142202-
CMYK00.400.140.07
HSL321.7º71.21%74.12%-
HSV(B)321.7º39.83%92.55%-
XYZ54.9341.4460.98-
YUV176.95142.14170.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=40.69%
G=24.48%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614220200.400.140.07321.771.2174.12
HexEC8ECA028E7142474a
Octal354216312050167502107112
Binary1110110010001110110010100101000111011110100001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8ECA; }

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

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

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

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

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

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

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

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