#E781C7

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

Shades of Tea Rose #E781C7

Tints of Tea Rose #E781C7

Color information

#E781C7 (or 0xE781C7) is unknown color: approx Tea Rose. HEX triplet: E7, 81 and C7. RGB value is (231,129,199). Sum of RGB (Red+Green+Blue) = 231+129+199=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E781C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781C7 is #187E38. Grayscale: #A7A7A7. Windows color (decimal): -1605177 or 13074919. OLE color: 13074919.

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

Color convert

RGB231129199-
CMYK00.440.140.09
HSL318.82º68%70.59%-
HSV(B)318.82º44.16%90.59%-
XYZ51.1136.8158.44-
YUV167.48145.79173.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=41.32%
G=23.08%
B=35.60%

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
Decimal23112919900.440.140.09318.826870.59
HexE781C702CE913f4447
Octal3472013070541611477104107
Binary11100111100000011100011101011001110100110011111110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781C7; }

 p { color: rgb(231,129,199); }

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

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

 a { background-color: rgb(231,129,199); }

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

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

 span { border-color: rgb(231,129,199); }

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