#E781CA

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

Shades of Tea Rose #E781CA

Tints of Tea Rose #E781CA

Color information

#E781CA (or 0xE781CA) is unknown color: approx Tea Rose. HEX triplet: E7, 81 and CA. RGB value is (231,129,202). Sum of RGB (Red+Green+Blue) = 231+129+202=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E781CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781CA is #187E35. Grayscale: #A7A7A7. Windows color (decimal): -1605174 or 13271527. OLE color: 13271527.

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

Color convert

RGB231129202-
CMYK00.440.130.09
HSL317.06º68%70.59%-
HSV(B)317.06º44.16%90.59%-
XYZ51.4736.9560.3-
YUV167.82147.29173.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=41.10%
G=22.95%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112920200.440.130.09317.066870.59
HexE781CA02CD913d4447
Octal3472013120541511475104107
Binary11100111100000011100101001011001101100110011110110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781CA; }

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

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

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

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

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

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

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

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