#E782CF

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

Shades of Tea Rose #E782CF

Tints of Tea Rose #E782CF

Color information

#E782CF (or 0xE782CF) is unknown color: approx Tea Rose. HEX triplet: E7, 82 and CF. RGB value is (231,130,207). Sum of RGB (Red+Green+Blue) = 231+130+207=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CF is #187D30. Grayscale: #A8A8A8. Windows color (decimal): -1604913 or 13599463. OLE color: 13599463.

HSL color Cylindrical-coordinate representation of color #E782CF: hue angle of 314.26º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782CF is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231130207-
CMYK00.440.100.09
HSL314.26º67.79%70.78%-
HSV(B)314.26º43.72%90.59%-
XYZ52.237.4663.51-
YUV168.98149.46172.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=40.67%
G=22.89%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113020700.440.100.09314.2667.7970.78
HexE782CF02CA913a4447
Octal3472023170541211472104107
Binary11100111100000101100111101011001010100110011101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782CF; }

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

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

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

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

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

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

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

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