Html Css Color HEX #E186C9 Tea Rose

📋 copy color: '#E186C9'

red 225 ◦ green 134 ◦ blue 201

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

Shades of Tea Rose #E186C9

Tints of Tea Rose #E186C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.89%

R = 40.18%
G = 23.93%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E186C9 (or 0xE186C9) is known color: Tea Rose. HEX triplet: E1, 86 and C9. RGB value is (225,134,201). Sum of RGB (Red+Green+Blue) = 225+134+201=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C9 is #1E7936. Grayscale: #A8A8A8. Windows color (decimal): -1997111 or 13207265. OLE color: 13207265.

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

Color convert

RGB 225 134 201 -
CMYK 0 0.40 0.11 0.12
HSL 315.82º 0.6% 0.7% -
HSV(B) 315.82º 0.4% 0.88% -
XYZ 50.12 37.27 59.81 -
YUV 168.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 225 134 201 0 0.40 0.11 0.12 315.82 0.6 0.7
Hex E1 86 C9 0 28 B C 13C 3C 46
Octal 341 206 311 0 50 13 14 474 74 106
Binary 11100001 10000110 11001001 0 101000 1011 1100 100111100 111100 1000110

Color Harmonies of #E186C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E186C9

Black with #E186C9

Text Example


Text Example

White with #E186C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E186C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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