#E982C7

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

Shades of Tea Rose #E982C7

Tints of Tea Rose #E982C7

Color information

#E982C7 (or 0xE982C7) is unknown color: approx Tea Rose. HEX triplet: E9, 82 and C7. RGB value is (233,130,199). Sum of RGB (Red+Green+Blue) = 233+130+199=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E982C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982C7 is #167D38. Grayscale: #A8A8A8. Windows color (decimal): -1473849 or 13075177. OLE color: 13075177.

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

Color convert

RGB233130199-
CMYK00.440.150.09
HSL319.81º70.07%71.18%-
HSV(B)319.81º44.21%91.37%-
XYZ51.937.4158.52-
YUV168.66145.12173.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=41.46%
G=23.13%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313019900.440.150.09319.8170.0771.18
HexE982C702CF91404647
Octal3512023070541711500106107
Binary11101001100000101100011101011001111100110100000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982C7; }

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

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

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

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

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

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

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

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