Html Css Color HEX #E186C0 Tea Rose

📋 copy color: '#E186C0'

red 225 ◦ green 134 ◦ blue 192

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

Shades of Tea Rose #E186C0

Tints of Tea Rose #E186C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 40.83%
G = 24.32%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E186C0 (or 0xE186C0) is known color: Tea Rose. HEX triplet: E1, 86 and C0. RGB value is (225,134,192). Sum of RGB (Red+Green+Blue) = 225+134+192=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C0 is #1E793F. Grayscale: #A7A7A7. Windows color (decimal): -1997120 or 12617441. OLE color: 12617441.

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

Color convert

RGB 225 134 192 -
CMYK 0 0.40 0.15 0.12
HSL 321.76º 0.6% 0.7% -
HSV(B) 321.76º 0.4% 0.88% -
XYZ 49.09 36.86 54.4 -
YUV 167.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 225 134 192 0 0.40 0.15 0.12 321.76 0.6 0.7
Hex E1 86 C0 0 28 F C 142 3C 46
Octal 341 206 300 0 50 17 14 502 74 106
Binary 11100001 10000110 11000000 0 101000 1111 1100 101000010 111100 1000110

Color Harmonies of #E186C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E186C0

Black with #E186C0

Text Example


Text Example

White with #E186C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E186C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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