#E988C1

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

Shades of Tea Rose #E988C1

Tints of Tea Rose #E988C1

Color information

#E988C1 (or 0xE988C1) is unknown color: approx Tea Rose. HEX triplet: E9, 88 and C1. RGB value is (233,136,193). Sum of RGB (Red+Green+Blue) = 233+136+193=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E988C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988C1 is #16773E. Grayscale: #ABABAB. Windows color (decimal): -1472319 or 12683497. OLE color: 12683497.

HSL color Cylindrical-coordinate representation of color #E988C1: hue angle of 324.74º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E988C1 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB233136193-
CMYK00.420.170.09
HSL324.74º68.79%72.35%-
HSV(B)324.74º41.63%91.37%-
XYZ52.0338.7855.2-
YUV171.5140.14171.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=41.46%
G=24.20%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313619300.420.170.09324.7468.7972.35
HexE988C102A1191454548
Octal3512103010522111505105110
Binary111010011000100011000001010101010001100110100010110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988C1; }

 p { color: rgb(233,136,193); }

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

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

 a { background-color: rgb(233,136,193); }

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

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

 span { border-color: rgb(233,136,193); }

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