#E383CA

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

Shades of Tea Rose #E383CA

Tints of Tea Rose #E383CA

Color information

#E383CA (or 0xE383CA) is unknown color: approx Tea Rose. HEX triplet: E3, 83 and CA. RGB value is (227,131,202). Sum of RGB (Red+Green+Blue) = 227+131+202=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E383CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383CA is #1C7C35. Grayscale: #A7A7A7. Windows color (decimal): -1866806 or 13272035. OLE color: 13272035.

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

Color convert

RGB227131202-
CMYK00.420.110.11
HSL315.62º63.16%70.2%-
HSV(B)315.62º42.29%89.02%-
XYZ50.4636.8360.33-
YUV167.8147.3170.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.54%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=40.54%
G=23.39%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713120200.420.110.11315.6263.1670.2
HexE383CA02ABB13c3f46
Octal343203312052131347477106
Binary1110001110000011110010100101010101110111001111001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E383CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E383CA; }

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

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

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

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

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

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

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

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