#e385c1

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

Shades of Tea Rose #E385C1

Tints of Tea Rose #E385C1

Color information

#E385C1 (or 0xE385C1) is unknown color: approx Tea Rose. HEX triplet: E3, 85 and C1. RGB value is (227,133,193). Sum of RGB (Red+Green+Blue) = 227+133+193=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E385C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385C1 is #1C7A3E. Grayscale: #A7A7A7. Windows color (decimal): -1866303 or 12682723. OLE color: 12682723.

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

Color convert

RGB227133193-
CMYK00.410.150.11
HSL321.7º62.67%70.59%-
HSV(B)321.7º41.41%89.02%-
XYZ49.6936.9654.97-
YUV167.95142.14170.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=41.05%
G=24.05%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713319300.410.150.11321.762.6770.59
HexE385C1029FB1423f47
Octal343205301051171350277107
Binary1110001110000101110000010101001111110111010000101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e385c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e385c1; }

 p { color: rgb(227,133,193); }

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

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

 a { background-color: rgb(227,133,193); }

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

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

 span { border-color: rgb(227,133,193); }

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