#E882CA

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

Shades of Tea Rose #E882CA

Tints of Tea Rose #E882CA

Color information

#E882CA (or 0xE882CA) is unknown color: approx Tea Rose. HEX triplet: E8, 82 and CA. RGB value is (232,130,202). Sum of RGB (Red+Green+Blue) = 232+130+202=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E882CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882CA is #177D35. Grayscale: #A8A8A8. Windows color (decimal): -1539382 or 13271784. OLE color: 13271784.

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

Color convert

RGB232130202-
CMYK00.440.130.09
HSL317.65º68.92%70.98%-
HSV(B)317.65º43.97%90.98%-
XYZ51.9237.3960.36-
YUV168.71146.79173.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.13%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=41.13%
G=23.05%
B=35.82%

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
Decimal23213020200.440.130.09317.6568.9270.98
HexE882CA02CD913e4547
Octal3502023120541511476105107
Binary11101000100000101100101001011001101100110011111010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882CA; }

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

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

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

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

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

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

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

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