Html Css Color HEX #E86ED3 Orchid

📋 copy color: '#E86ED3'

red 232 ◦ green 110 ◦ blue 211

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

Shades of Orchid #E86ED3

Tints of Orchid #E86ED3

RGB

 RED value IS 232 (91.02% from 255) = 41.95%

 GREEN value IS 110 (43.36% from 255) = 19.89%

 BLUE value IS 211 (82.81% from 255) = 38.16%

R = 41.95%
G = 19.89%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E86ED3 (or 0xE86ED3) is known color: Orchid. HEX triplet: E8, 6E and D3. RGB value is (232,110,211). Sum of RGB (Red+Green+Blue) = 232+110+211=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ED3 is #17912C. Grayscale: #9D9D9D. Windows color (decimal): -1544493 or 13856488. OLE color: 13856488.

HSL color Cylindrical-coordinate representation of color #E86ED3: hue angle of 310.33º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86ED3 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 110 211 -
CMYK 0 0.53 0.09 0.09
HSL 310.33º 0.73% 0.67% -
HSV(B) 310.33º 0.53% 0.91% -
XYZ 50.61 33.01 65.33 -
YUV 157.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 232 110 211 0 0.53 0.09 0.09 310.33 0.73 0.67
Hex E8 6E D3 0 35 9 9 136 49 43
Octal 350 156 323 0 65 11 11 466 111 103
Binary 11101000 1101110 11010011 0 110101 1001 1001 100110110 1001001 1000011

Color Harmonies of #E86ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86ED3

Black with #E86ED3

Text Example


Text Example

White with #E86ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86ED3; }

 p { color: rgb(232,110,211); }

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

background-color css

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

 a { background-color: rgb(232,110,211); }

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

border-color css

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

 span { border-color: rgb(232,110,211); }

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