Html Css Color HEX #E186C6 Tea Rose

📋 copy color: '#E186C6'

red 225 ◦ green 134 ◦ blue 198

#E186C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #E186C6

Tints of Tea Rose #E186C6

RGB

 RED value IS 225 (88.28% from 255) = 40.39%

 GREEN value IS 134 (52.73% from 255) = 24.06%

 BLUE value IS 198 (77.73% from 255) = 35.55%

R = 40.39%
G = 24.06%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E186C6 (or 0xE186C6) is known color: Tea Rose. HEX triplet: E1, 86 and C6. RGB value is (225,134,198). Sum of RGB (Red+Green+Blue) = 225+134+198=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C6 is #1E7939. Grayscale: #A8A8A8. Windows color (decimal): -1997114 or 13010657. OLE color: 13010657.

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

Color convert

RGB 225 134 198 -
CMYK 0 0.40 0.12 0.12
HSL 317.8º 0.6% 0.7% -
HSV(B) 317.8º 0.4% 0.88% -
XYZ 49.77 37.13 57.97 -
YUV 168.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 225 134 198 0 0.40 0.12 0.12 317.8 0.6 0.7
Hex E1 86 C6 0 28 C C 13E 3C 46
Octal 341 206 306 0 50 14 14 476 74 106
Binary 11100001 10000110 11000110 0 101000 1100 1100 100111110 111100 1000110

Color Harmonies of #E186C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E186C6

Black with #E186C6

Text Example


Text Example

White with #E186C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E186C6; }

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

 H1.HeaderClassName
 {
   color: #E186C6;
 }
 .AnyTagClassName
 {
   color: #E186C6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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