#E982C6

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

Shades of Tea Rose #E982C6

Tints of Tea Rose #E982C6

Color information

#E982C6 (or 0xE982C6) is unknown color: approx Tea Rose. HEX triplet: E9, 82 and C6. RGB value is (233,130,198). Sum of RGB (Red+Green+Blue) = 233+130+198=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E982C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982C6 is #167D39. Grayscale: #A8A8A8. Windows color (decimal): -1473850 or 13009641. OLE color: 13009641.

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

Color convert

RGB233130198-
CMYK00.440.150.09
HSL320.39º70.07%71.18%-
HSV(B)320.39º44.21%91.37%-
XYZ51.7837.3757.91-
YUV168.55144.62173.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=41.53%
G=23.17%
B=35.29%

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
Decimal23313019800.440.150.09320.3970.0771.18
HexE982C602CF91404647
Octal3512023060541711500106107
Binary11101001100000101100011001011001111100110100000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982C6; }

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

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

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

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

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

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

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

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