#E382CA

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

Shades of Tea Rose #E382CA

Tints of Tea Rose #E382CA

Color information

#E382CA (or 0xE382CA) is unknown color: approx Tea Rose. HEX triplet: E3, 82 and CA. RGB value is (227,130,202). Sum of RGB (Red+Green+Blue) = 227+130+202=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E382CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382CA is #1C7D35. Grayscale: #A7A7A7. Windows color (decimal): -1867062 or 13271779. OLE color: 13271779.

HSL color Cylindrical-coordinate representation of color #E382CA: hue angle of 315.46º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382CA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227130202-
CMYK00.430.110.11
HSL315.46º63.4%70%-
HSV(B)315.46º42.73%89.02%-
XYZ50.3236.5660.28-
YUV167.21147.64170.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=40.61%
G=23.26%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713020200.430.110.11315.4663.470
HexE382CA02BBB13b3f46
Octal343202312053131347377106
Binary1110001110000010110010100101011101110111001110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382CA; }

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

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

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

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

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

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

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

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