Html Css Color HEX #E86EE3 Orchid

📋 copy color: '#E86EE3'

red 232 ◦ green 110 ◦ blue 227

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

Shades of Orchid #E86EE3

Tints of Orchid #E86EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.89%

R = 40.77%
G = 19.33%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E86EE3 (or 0xE86EE3) is known color: Orchid. HEX triplet: E8, 6E and E3. RGB value is (232,110,227). Sum of RGB (Red+Green+Blue) = 232+110+227=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EE3 is #17911C. Grayscale: #9F9F9F. Windows color (decimal): -1544477 or 14905064. OLE color: 14905064.

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

Color convert

RGB 232 110 227 -
CMYK 0 0.53 0.02 0.09
HSL 302.46º 0.73% 0.67% -
HSV(B) 302.46º 0.53% 0.91% -
XYZ 52.72 33.85 76.43 -
YUV 159.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 232 110 227 0 0.53 0.02 0.09 302.46 0.73 0.67
Hex E8 6E E3 0 35 2 9 12E 49 43
Octal 350 156 343 0 65 2 11 456 111 103
Binary 11101000 1101110 11100011 0 110101 10 1001 100101110 1001001 1000011

Color Harmonies of #E86EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86EE3

Black with #E86EE3

Text Example


Text Example

White with #E86EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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