#E081C6

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

Shades of Tea Rose #E081C6

Tints of Tea Rose #E081C6

Color information

#E081C6 (or 0xE081C6) is unknown color: approx Tea Rose. HEX triplet: E0, 81 and C6. RGB value is (224,129,198). Sum of RGB (Red+Green+Blue) = 224+129+198=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C6 is #1F7E39. Grayscale: #A5A5A5. Windows color (decimal): -2063930 or 13009376. OLE color: 13009376.

HSL color Cylindrical-coordinate representation of color #E081C6: hue angle of 316.42º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081C6 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224129198-
CMYK00.420.120.12
HSL316.42º60.51%69.22%-
HSV(B)316.42º42.41%87.84%-
XYZ48.7835.6357.73-
YUV165.27146.47169.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=40.65%
G=23.41%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412919800.420.120.12316.4260.5169.22
HexE081C602ACC13c3d45
Octal340201306052141447475105
Binary1110000010000001110001100101010110011001001111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081C6; }

 p { color: rgb(224,129,198); }

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

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

 a { background-color: rgb(224,129,198); }

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

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

 span { border-color: rgb(224,129,198); }

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