#E984CA

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

Shades of Tea Rose #E984CA

Tints of Tea Rose #E984CA

Color information

#E984CA (or 0xE984CA) is unknown color: approx Tea Rose. HEX triplet: E9, 84 and CA. RGB value is (233,132,202). Sum of RGB (Red+Green+Blue) = 233+132+202=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E984CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984CA is #167B35. Grayscale: #A9A9A9. Windows color (decimal): -1473334 or 13272297. OLE color: 13272297.

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

Color convert

RGB233132202-
CMYK00.430.130.09
HSL318.42º69.66%71.57%-
HSV(B)318.42º43.35%91.37%-
XYZ52.5238.0960.46-
YUV170.18145.96172.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=41.09%
G=23.28%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313220200.430.130.09318.4269.6671.57
HexE984CA02BD913e4648
Octal3512043120531511476106110
Binary11101001100001001100101001010111101100110011111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984CA; }

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

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

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

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

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

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

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

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