#E97DCC

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

Shades of Tea Rose #E97DCC

Tints of Tea Rose #E97DCC

Color information

#E97DCC (or 0xE97DCC) is unknown color: approx Tea Rose. HEX triplet: E9, 7D and CC. RGB value is (233,125,204). Sum of RGB (Red+Green+Blue) = 233+125+204=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DCC is #168233. Grayscale: #A6A6A6. Windows color (decimal): -1475124 or 13401577. OLE color: 13401577.

HSL color Cylindrical-coordinate representation of color #E97DCC: hue angle of 316.11º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97DCC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233125204-
CMYK00.460.120.09
HSL316.11º71.05%70.2%-
HSV(B)316.11º46.35%91.37%-
XYZ51.8436.3561.41-
YUV166.3149.28175.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=41.46%
G=22.24%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312520400.460.120.09316.1171.0570.2
HexE97DCC02EC913c4746
Octal3511753140561411474107106
Binary1110100111111011100110001011101100100110011110010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DCC; }

 p { color: rgb(233,125,204); }

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

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

 a { background-color: rgb(233,125,204); }

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

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

 span { border-color: rgb(233,125,204); }

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