Html Css Color HEX #E186DB Orchid

📋 copy color: '#E186DB'

red 225 ◦ green 134 ◦ blue 219

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

Shades of Orchid #E186DB

Tints of Orchid #E186DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 38.93%
G = 23.18%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E186DB (or 0xE186DB) is known color: Orchid. HEX triplet: E1, 86 and DB. RGB value is (225,134,219). Sum of RGB (Red+Green+Blue) = 225+134+219=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DB is #1E7924. Grayscale: #AAAAAA. Windows color (decimal): -1997093 or 14386913. OLE color: 14386913.

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

Color convert

RGB 225 134 219 -
CMYK 0 0.40 0.03 0.12
HSL 303.96º 0.6% 0.7% -
HSV(B) 303.96º 0.4% 0.88% -
XYZ 52.36 38.17 71.63 -
YUV 170.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 225 134 219 0 0.40 0.03 0.12 303.96 0.6 0.7
Hex E1 86 DB 0 28 3 C 130 3C 46
Octal 341 206 333 0 50 3 14 460 74 106
Binary 11100001 10000110 11011011 0 101000 11 1100 100110000 111100 1000110

Color Harmonies of #E186DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E186DB

Black with #E186DB

Text Example


Text Example

White with #E186DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E186DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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