#E97DC6

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

Shades of Tea Rose #E97DC6

Tints of Tea Rose #E97DC6

Color information

#E97DC6 (or 0xE97DC6) is unknown color: approx Tea Rose. HEX triplet: E9, 7D and C6. RGB value is (233,125,198). Sum of RGB (Red+Green+Blue) = 233+125+198=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DC6 is #168239. Grayscale: #A5A5A5. Windows color (decimal): -1475130 or 13008361. OLE color: 13008361.

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

Color convert

RGB233125198-
CMYK00.460.150.09
HSL319.44º71.05%70.2%-
HSV(B)319.44º46.35%91.37%-
XYZ51.1336.0757.69-
YUV165.61146.28176.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=41.91%
G=22.48%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312519800.460.150.09319.4471.0570.2
HexE97DC602EF913f4746
Octal3511753060561711477107106
Binary1110100111111011100011001011101111100110011111110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DC6; }

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

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

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

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

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

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

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

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