#E983CD

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

Shades of Tea Rose #E983CD

Tints of Tea Rose #E983CD

Color information

#E983CD (or 0xE983CD) is unknown color: approx Tea Rose. HEX triplet: E9, 83 and CD. RGB value is (233,131,205). Sum of RGB (Red+Green+Blue) = 233+131+205=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E983CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983CD is #167C32. Grayscale: #A9A9A9. Windows color (decimal): -1473587 or 13468649. OLE color: 13468649.

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

Color convert

RGB233131205-
CMYK00.440.120.09
HSL316.47º69.86%71.37%-
HSV(B)316.47º43.78%91.37%-
XYZ52.7437.9662.31-
YUV169.93147.79172.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.95%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=40.95%
G=23.02%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313120500.440.120.09316.4769.8671.37
HexE983CD02CC913c4647
Octal3512033150541411474106107
Binary11101001100000111100110101011001100100110011110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E983CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E983CD; }

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

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

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

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

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

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

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

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