#E781CC

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

Shades of Tea Rose #E781CC

Tints of Tea Rose #E781CC

Color information

#E781CC (or 0xE781CC) is unknown color: approx Tea Rose. HEX triplet: E7, 81 and CC. RGB value is (231,129,204). Sum of RGB (Red+Green+Blue) = 231+129+204=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E781CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781CC is #187E33. Grayscale: #A7A7A7. Windows color (decimal): -1605172 or 13402599. OLE color: 13402599.

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

Color convert

RGB231129204-
CMYK00.440.120.09
HSL315.88º68%70.59%-
HSV(B)315.88º44.16%90.59%-
XYZ51.737.0561.55-
YUV168.05148.29172.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=40.96%
G=22.87%
B=36.17%

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
Decimal23112920400.440.120.09315.886870.59
HexE781CC02CC913c4447
Octal3472013140541411474104107
Binary11100111100000011100110001011001100100110011110010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781CC; }

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

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

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

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

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

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

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

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