Html Css Color HEX #E86EDA Orchid

📋 copy color: '#E86EDA'

red 232 ◦ green 110 ◦ blue 218

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

Shades of Orchid #E86EDA

Tints of Orchid #E86EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 41.43%
G = 19.64%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E86EDA (or 0xE86EDA) is known color: Orchid. HEX triplet: E8, 6E and DA. RGB value is (232,110,218). Sum of RGB (Red+Green+Blue) = 232+110+218=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EDA is #179125. Grayscale: #9E9E9E. Windows color (decimal): -1544486 or 14315240. OLE color: 14315240.

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

Color convert

RGB 232 110 218 -
CMYK 0 0.53 0.06 0.09
HSL 306.89º 0.73% 0.67% -
HSV(B) 306.89º 0.53% 0.91% -
XYZ 51.51 33.37 70.06 -
YUV 158.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 232 110 218 0 0.53 0.06 0.09 306.89 0.73 0.67
Hex E8 6E DA 0 35 6 9 133 49 43
Octal 350 156 332 0 65 6 11 463 111 103
Binary 11101000 1101110 11011010 0 110101 110 1001 100110011 1001001 1000011

Color Harmonies of #E86EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86EDA

Black with #E86EDA

Text Example


Text Example

White with #E86EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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