#E97DCD

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

Shades of Tea Rose #E97DCD

Tints of Tea Rose #E97DCD

Color information

#E97DCD (or 0xE97DCD) is unknown color: approx Tea Rose. HEX triplet: E9, 7D and CD. RGB value is (233,125,205). Sum of RGB (Red+Green+Blue) = 233+125+205=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DCD is #168232. Grayscale: #A6A6A6. Windows color (decimal): -1475123 or 13467113. OLE color: 13467113.

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

Color convert

RGB233125205-
CMYK00.460.120.09
HSL315.56º71.05%70.2%-
HSV(B)315.56º46.35%91.37%-
XYZ51.9636.462.04-
YUV166.41149.78175.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=41.39%
G=22.20%
B=36.41%

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
Decimal23312520500.460.120.09315.5671.0570.2
HexE97DCD02EC913c4746
Octal3511753150561411474107106
Binary1110100111111011100110101011101100100110011110010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DCD; }

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

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

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

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

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

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

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

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