#E186C4

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

Shades of Tea Rose #E186C4

Tints of Tea Rose #E186C4

Color information

#E186C4 (or 0xE186C4) is unknown color: approx Tea Rose. HEX triplet: E1, 86 and C4. RGB value is (225,134,196). Sum of RGB (Red+Green+Blue) = 225+134+196=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C4 is #1E793B. Grayscale: #A8A8A8. Windows color (decimal): -1997116 or 12879585. OLE color: 12879585.

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

Color convert

RGB225134196-
CMYK00.400.130.12
HSL319.12º60.26%70.39%-
HSV(B)319.12º40.44%88.24%-
XYZ49.5437.0456.76-
YUV168.28143.65168.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=40.54%
G=24.14%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513419600.400.130.12319.1260.2670.39
HexE186C4028DC13f3c46
Octal341206304050151447774106
Binary1110000110000110110001000101000110111001001111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186C4; }

 p { color: rgb(225,134,196); }

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

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

 a { background-color: rgb(225,134,196); }

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

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

 span { border-color: rgb(225,134,196); }

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