#E98ECD

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

Shades of Tea Rose #E98ECD

Tints of Tea Rose #E98ECD

Color information

#E98ECD (or 0xE98ECD) is unknown color: approx Tea Rose. HEX triplet: E9, 8E and CD. RGB value is (233,142,205). Sum of RGB (Red+Green+Blue) = 233+142+205=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ECD is #167132. Grayscale: #B0B0B0. Windows color (decimal): -1470771 or 13471465. OLE color: 13471465.

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

Color convert

RGB233142205-
CMYK00.390.120.09
HSL318.46º67.41%73.53%-
HSV(B)318.46º39.06%91.37%-
XYZ54.341.0862.82-
YUV176.39144.15168.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.17%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=40.17%
G=24.48%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314220500.390.120.09318.4667.4173.53
HexE98ECD027C913e434a
Octal3512163150471411476103112
Binary11101001100011101100110101001111100100110011111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ECD; }

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

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

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

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

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

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

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

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