#E786CC

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

Shades of Tea Rose #E786CC

Tints of Tea Rose #E786CC

Color information

#E786CC (or 0xE786CC) is unknown color: approx Tea Rose. HEX triplet: E7, 86 and CC. RGB value is (231,134,204). Sum of RGB (Red+Green+Blue) = 231+134+204=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E786CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786CC is #187933. Grayscale: #AAAAAA. Windows color (decimal): -1603892 or 13403879. OLE color: 13403879.

HSL color Cylindrical-coordinate representation of color #E786CC: hue angle of 316.7º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E786CC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231134204-
CMYK00.420.120.09
HSL316.7º66.9%71.57%-
HSV(B)316.7º41.99%90.59%-
XYZ52.3838.461.78-
YUV170.98146.64170.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 134 (52.73% from 255) = 23.55%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=40.60%
G=23.55%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113420400.420.120.09316.766.971.57
HexE786CC02AC913d4348
Octal3472063140521411475103110
Binary11100111100001101100110001010101100100110011110110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786CC; }

 p { color: rgb(231,134,204); }

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

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

 a { background-color: rgb(231,134,204); }

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

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

 span { border-color: rgb(231,134,204); }

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