#E186CA

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

Shades of Tea Rose #E186CA

Tints of Tea Rose #E186CA

Color information

#E186CA (or 0xE186CA) is unknown color: approx Tea Rose. HEX triplet: E1, 86 and CA. RGB value is (225,134,202). Sum of RGB (Red+Green+Blue) = 225+134+202=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E186CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186CA is #1E7935. Grayscale: #A8A8A8. Windows color (decimal): -1997110 or 13272801. OLE color: 13272801.

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

Color convert

RGB225134202-
CMYK00.400.100.12
HSL315.16º60.26%70.39%-
HSV(B)315.16º40.44%88.24%-
XYZ50.2437.3260.43-
YUV168.96146.65167.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=40.11%
G=23.89%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513420200.400.100.12315.1660.2670.39
HexE186CA028AC13b3c46
Octal341206312050121447374106
Binary1110000110000110110010100101000101011001001110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186CA; }

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

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

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

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

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

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

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

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