#EC83CE

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

Shades of Tea Rose #EC83CE

Tints of Tea Rose #EC83CE

Color information

#EC83CE (or 0xEC83CE) is unknown color: approx Tea Rose. HEX triplet: EC, 83 and CE. RGB value is (236,131,206). Sum of RGB (Red+Green+Blue) = 236+131+206=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83CE is #137C31. Grayscale: #AAAAAA. Windows color (decimal): -1276978 or 13534188. OLE color: 13534188.

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

Color convert

RGB236131206-
CMYK00.440.130.07
HSL317.14º73.43%71.96%-
HSV(B)317.14º44.49%92.55%-
XYZ53.8538.5262.99-
YUV170.94147.79174.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 131 (51.56% from 255) = 22.86%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=41.19%
G=22.86%
B=35.95%

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
Decimal23613120600.440.130.07317.1473.4371.96
HexEC83CE02CD713d4948
Octal354203316054157475111110
Binary1110110010000011110011100101100110111110011110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC83CE; }

 p { color: rgb(236,131,206); }

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

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

 a { background-color: rgb(236,131,206); }

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

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

 span { border-color: rgb(236,131,206); }

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