#E786CF

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

Shades of Tea Rose #E786CF

Tints of Tea Rose #E786CF

Color information

#E786CF (or 0xE786CF) is unknown color: approx Tea Rose. HEX triplet: E7, 86 and CF. RGB value is (231,134,207). Sum of RGB (Red+Green+Blue) = 231+134+207=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E786CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786CF is #187930. Grayscale: #ABABAB. Windows color (decimal): -1603889 or 13600487. OLE color: 13600487.

HSL color Cylindrical-coordinate representation of color #E786CF: hue angle of 314.85º 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 #E786CF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231134207-
CMYK00.420.100.09
HSL314.85º66.9%71.57%-
HSV(B)314.85º41.99%90.59%-
XYZ52.7438.5463.69-
YUV171.32148.14170.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=40.38%
G=23.43%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113420700.420.100.09314.8566.971.57
HexE786CF02AA913b4348
Octal3472063170521211473103110
Binary11100111100001101100111101010101010100110011101110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786CF; }

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

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

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

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

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

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

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

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