#E881CD

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

Shades of Tea Rose #E881CD

Tints of Tea Rose #E881CD

Color information

#E881CD (or 0xE881CD) is unknown color: approx Tea Rose. HEX triplet: E8, 81 and CD. RGB value is (232,129,205). Sum of RGB (Red+Green+Blue) = 232+129+205=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E881CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881CD is #177E32. Grayscale: #A8A8A8. Windows color (decimal): -1539635 or 13468136. OLE color: 13468136.

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

Color convert

RGB232129205-
CMYK00.440.120.09
HSL315.73º69.13%70.78%-
HSV(B)315.73º44.4%90.98%-
XYZ52.1537.2662.2-
YUV168.46148.62173.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.99%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=40.99%
G=22.79%
B=36.22%

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
Decimal23212920500.440.120.09315.7369.1370.78
HexE881CD02CC913c4547
Octal3502013150541411474105107
Binary11101000100000011100110101011001100100110011110010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E881CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E881CD; }

 p { color: rgb(232,129,205); }

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

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

 a { background-color: rgb(232,129,205); }

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

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

 span { border-color: rgb(232,129,205); }

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