#E983CA

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

Shades of Tea Rose #E983CA

Tints of Tea Rose #E983CA

Color information

#E983CA (or 0xE983CA) is unknown color: approx Tea Rose. HEX triplet: E9, 83 and CA. RGB value is (233,131,202). Sum of RGB (Red+Green+Blue) = 233+131+202=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E983CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983CA is #167C35. Grayscale: #A9A9A9. Windows color (decimal): -1473590 or 13272041. OLE color: 13272041.

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

Color convert

RGB233131202-
CMYK00.440.130.09
HSL318.24º69.86%71.37%-
HSV(B)318.24º43.78%91.37%-
XYZ52.3837.8260.42-
YUV169.59146.29173.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=41.17%
G=23.14%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313120200.440.130.09318.2469.8671.37
HexE983CA02CD913e4647
Octal3512033120541511476106107
Binary11101001100000111100101001011001101100110011111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E983CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E983CA; }

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

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

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

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

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

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

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

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