Html Css Color HEX #E86ECC Orchid

📋 copy color: '#E86ECC'

red 232 ◦ green 110 ◦ blue 204

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

Shades of Orchid #E86ECC

Tints of Orchid #E86ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 42.49%
G = 20.15%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E86ECC (or 0xE86ECC) is known color: Orchid. HEX triplet: E8, 6E and CC. RGB value is (232,110,204). Sum of RGB (Red+Green+Blue) = 232+110+204=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E86ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86ECC is #179133. Grayscale: #9C9C9C. Windows color (decimal): -1544500 or 13397736. OLE color: 13397736.

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

Color convert

RGB 232 110 204 -
CMYK 0 0.53 0.12 0.09
HSL 313.77º 0.73% 0.67% -
HSV(B) 313.77º 0.53% 0.91% -
XYZ 49.75 32.67 60.81 -
YUV 157.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 232 110 204 0 0.53 0.12 0.09 313.77 0.73 0.67
Hex E8 6E CC 0 35 C 9 13A 49 43
Octal 350 156 314 0 65 14 11 472 111 103
Binary 11101000 1101110 11001100 0 110101 1100 1001 100111010 1001001 1000011

Color Harmonies of #E86ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86ECC

Black with #E86ECC

Text Example


Text Example

White with #E86ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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