#E782C4

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

Shades of Tea Rose #E782C4

Tints of Tea Rose #E782C4

Color information

#E782C4 (or 0xE782C4) is unknown color: approx Tea Rose. HEX triplet: E7, 82 and C4. RGB value is (231,130,196). Sum of RGB (Red+Green+Blue) = 231+130+196=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E782C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782C4 is #187D3B. Grayscale: #A7A7A7. Windows color (decimal): -1604924 or 12878567. OLE color: 12878567.

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

Color convert

RGB231130196-
CMYK00.440.150.09
HSL320.79º67.79%70.78%-
HSV(B)320.79º43.72%90.59%-
XYZ50.936.9456.67-
YUV167.72143.96173.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=41.47%
G=23.34%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113019600.440.150.09320.7967.7970.78
HexE782C402CF91414447
Octal3472023040541711501104107
Binary11100111100000101100010001011001111100110100000110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782C4; }

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

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

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

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

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

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

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

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