#E782CD

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

Shades of Tea Rose #E782CD

Tints of Tea Rose #E782CD

Color information

#E782CD (or 0xE782CD) is unknown color: approx Tea Rose. HEX triplet: E7, 82 and CD. RGB value is (231,130,205). Sum of RGB (Red+Green+Blue) = 231+130+205=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CD is #187D32. Grayscale: #A8A8A8. Windows color (decimal): -1604915 or 13468391. OLE color: 13468391.

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

Color convert

RGB231130205-
CMYK00.440.110.09
HSL315.45º67.79%70.78%-
HSV(B)315.45º43.72%90.59%-
XYZ51.9637.3662.23-
YUV168.75148.46172.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=40.81%
G=22.97%
B=36.22%

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
Decimal23113020500.440.110.09315.4567.7970.78
HexE782CD02CB913b4447
Octal3472023150541311473104107
Binary11100111100000101100110101011001011100110011101110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782CD; }

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

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

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

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

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

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

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

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