#E781C4

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

Shades of Tea Rose #E781C4

Tints of Tea Rose #E781C4

Color information

#E781C4 (or 0xE781C4) is unknown color: approx Tea Rose. HEX triplet: E7, 81 and C4. RGB value is (231,129,196). Sum of RGB (Red+Green+Blue) = 231+129+196=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E781C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781C4 is #187E3B. Grayscale: #A6A6A6. Windows color (decimal): -1605180 or 12878311. OLE color: 12878311.

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

Color convert

RGB231129196-
CMYK00.440.150.09
HSL320.59º68%70.59%-
HSV(B)320.59º44.16%90.59%-
XYZ50.7736.6756.63-
YUV167.14144.29173.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=41.55%
G=23.20%
B=35.25%

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
Decimal23112919600.440.150.09320.596870.59
HexE781C402CF91414447
Octal3472013040541711501104107
Binary11100111100000011100010001011001111100110100000110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781C4; }

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

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

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

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

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

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

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

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