#E782C6

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

Shades of Tea Rose #E782C6

Tints of Tea Rose #E782C6

Color information

#E782C6 (or 0xE782C6) is unknown color: approx Tea Rose. HEX triplet: E7, 82 and C6. RGB value is (231,130,198). Sum of RGB (Red+Green+Blue) = 231+130+198=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E782C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782C6 is #187D39. Grayscale: #A7A7A7. Windows color (decimal): -1604922 or 13009639. OLE color: 13009639.

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

Color convert

RGB231130198-
CMYK00.440.140.09
HSL319.6º67.79%70.78%-
HSV(B)319.6º43.72%90.59%-
XYZ51.1337.0357.88-
YUV167.95144.96172.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=41.32%
G=23.26%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113019800.440.140.09319.667.7970.78
HexE782C602CE91404447
Octal3472023060541611500104107
Binary11100111100000101100011001011001110100110100000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782C6; }

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

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

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

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

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

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

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

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