#E782CE

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

Shades of Tea Rose #E782CE

Tints of Tea Rose #E782CE

Color information

#E782CE (or 0xE782CE) is unknown color: approx Tea Rose. HEX triplet: E7, 82 and CE. RGB value is (231,130,206). Sum of RGB (Red+Green+Blue) = 231+130+206=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CE is #187D31. Grayscale: #A8A8A8. Windows color (decimal): -1604914 or 13533927. OLE color: 13533927.

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

Color convert

RGB231130206-
CMYK00.440.110.09
HSL314.85º67.79%70.78%-
HSV(B)314.85º43.72%90.59%-
XYZ52.0837.4162.87-
YUV168.86148.96172.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=40.74%
G=22.93%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113020600.440.110.09314.8567.7970.78
HexE782CE02CB913b4447
Octal3472023160541311473104107
Binary11100111100000101100111001011001011100110011101110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782CE; }

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

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

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

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

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

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

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

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