#E982CA

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

Shades of Tea Rose #E982CA

Tints of Tea Rose #E982CA

Color information

#E982CA (or 0xE982CA) is unknown color: approx Tea Rose. HEX triplet: E9, 82 and CA. RGB value is (233,130,202). Sum of RGB (Red+Green+Blue) = 233+130+202=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E982CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982CA is #167D35. Grayscale: #A8A8A8. Windows color (decimal): -1473846 or 13271785. OLE color: 13271785.

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

Color convert

RGB233130202-
CMYK00.440.130.09
HSL318.06º70.07%71.18%-
HSV(B)318.06º44.21%91.37%-
XYZ52.2537.5560.37-
YUV169146.62173.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=41.24%
G=23.01%
B=35.75%

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
Decimal23313020200.440.130.09318.0670.0771.18
HexE982CA02CD913e4647
Octal3512023120541511476106107
Binary11101001100000101100101001011001101100110011111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982CA; }

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

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

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

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

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

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

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

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