#E185C6

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

Shades of Tea Rose #E185C6

Tints of Tea Rose #E185C6

Color information

#E185C6 (or 0xE185C6) is unknown color: approx Tea Rose. HEX triplet: E1, 85 and C6. RGB value is (225,133,198). Sum of RGB (Red+Green+Blue) = 225+133+198=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E185C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185C6 is #1E7A39. Grayscale: #A7A7A7. Windows color (decimal): -1997370 or 13010401. OLE color: 13010401.

HSL color Cylindrical-coordinate representation of color #E185C6: hue angle of 317.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185C6 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225133198-
CMYK00.410.120.12
HSL317.61º60.53%70.2%-
HSV(B)317.61º40.89%88.24%-
XYZ49.6336.8657.92-
YUV167.92144.98168.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=40.47%
G=23.92%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513319800.410.120.12317.6160.5370.2
HexE185C6029CC13e3d46
Octal341205306051141447675106
Binary1110000110000101110001100101001110011001001111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185C6; }

 p { color: rgb(225,133,198); }

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

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

 a { background-color: rgb(225,133,198); }

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

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

 span { border-color: rgb(225,133,198); }

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