#E185C3

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

Shades of Tea Rose #E185C3

Tints of Tea Rose #E185C3

Color information

#E185C3 (or 0xE185C3) is unknown color: approx Tea Rose. HEX triplet: E1, 85 and C3. RGB value is (225,133,195). Sum of RGB (Red+Green+Blue) = 225+133+195=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E185C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185C3 is #1E7A3C. Grayscale: #A7A7A7. Windows color (decimal): -1997373 or 12813793. OLE color: 12813793.

HSL color Cylindrical-coordinate representation of color #E185C3: hue angle of 319.57º 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 #E185C3 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225133195-
CMYK00.410.130.12
HSL319.57º60.53%70.2%-
HSV(B)319.57º40.89%88.24%-
XYZ49.2936.7256.12-
YUV167.58143.48168.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=40.69%
G=24.05%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513319500.410.130.12319.5760.5370.2
HexE185C3029DC1403d46
Octal341205303051151450075106
Binary1110000110000101110000110101001110111001010000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185C3; }

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

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

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

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

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

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

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

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