#E782CC

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

Shades of Tea Rose #E782CC

Tints of Tea Rose #E782CC

Color information

#E782CC (or 0xE782CC) is unknown color: approx Tea Rose. HEX triplet: E7, 82 and CC. RGB value is (231,130,204). Sum of RGB (Red+Green+Blue) = 231+130+204=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CC is #187D33. Grayscale: #A8A8A8. Windows color (decimal): -1604916 or 13402855. OLE color: 13402855.

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

Color convert

RGB231130204-
CMYK00.440.120.09
HSL316.04º67.79%70.78%-
HSV(B)316.04º43.72%90.59%-
XYZ51.8437.3161.6-
YUV168.64147.96172.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=40.88%
G=23.01%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113020400.440.120.09316.0467.7970.78
HexE782CC02CC913c4447
Octal3472023140541411474104107
Binary11100111100000101100110001011001100100110011110010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782CC; }

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

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

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

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

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

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

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

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