#E982CD

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

Shades of Tea Rose #E982CD

Tints of Tea Rose #E982CD

Color information

#E982CD (or 0xE982CD) is unknown color: approx Tea Rose. HEX triplet: E9, 82 and CD. RGB value is (233,130,205). Sum of RGB (Red+Green+Blue) = 233+130+205=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E982CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982CD is #167D32. Grayscale: #A9A9A9. Windows color (decimal): -1473843 or 13468393. OLE color: 13468393.

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

Color convert

RGB233130205-
CMYK00.440.120.09
HSL316.31º70.07%71.18%-
HSV(B)316.31º44.21%91.37%-
XYZ52.6137.762.26-
YUV169.35148.12173.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=41.02%
G=22.89%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313020500.440.120.09316.3170.0771.18
HexE982CD02CC913c4647
Octal3512023150541411474106107
Binary11101001100000101100110101011001100100110011110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982CD; }

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

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

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

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

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

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

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

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