#e380c3

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

Shades of Tea Rose #E380C3

Tints of Tea Rose #E380C3

Color information

#E380C3 (or 0xE380C3) is unknown color: approx Tea Rose. HEX triplet: E3, 80 and C3. RGB value is (227,128,195). Sum of RGB (Red+Green+Blue) = 227+128+195=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E380C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380C3 is #1C7F3C. Grayscale: #A5A5A5. Windows color (decimal): -1867581 or 12812515. OLE color: 12812515.

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

Color convert

RGB227128195-
CMYK00.440.140.11
HSL319.39º63.87%69.61%-
HSV(B)319.39º43.61%89.02%-
XYZ49.2535.7155.93-
YUV165.24144.8172.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 195 (76.56% from 255) = 35.45%
R=41.27%
G=23.27%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712819500.440.140.11319.3963.8769.61
HexE380C302CEB13f4046
Octal3432003030541613477100106
Binary11100011100000001100001101011001110101110011111110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e380c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e380c3; }

 p { color: rgb(227,128,195); }

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

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

 a { background-color: rgb(227,128,195); }

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

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

 span { border-color: rgb(227,128,195); }

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