Html Css Color HEX #E86EDD Orchid

📋 copy color: '#E86EDD'

red 232 ◦ green 110 ◦ blue 221

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

Shades of Orchid #E86EDD

Tints of Orchid #E86EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 41.21%
G = 19.54%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E86EDD (or 0xE86EDD) is known color: Orchid. HEX triplet: E8, 6E and DD. RGB value is (232,110,221). Sum of RGB (Red+Green+Blue) = 232+110+221=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EDD is #179122. Grayscale: #9E9E9E. Windows color (decimal): -1544483 or 14511848. OLE color: 14511848.

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

Color convert

RGB 232 110 221 -
CMYK 0 0.53 0.05 0.09
HSL 305.41º 0.73% 0.67% -
HSV(B) 305.41º 0.53% 0.91% -
XYZ 51.91 33.53 72.14 -
YUV 159.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 232 110 221 0 0.53 0.05 0.09 305.41 0.73 0.67
Hex E8 6E DD 0 35 5 9 131 49 43
Octal 350 156 335 0 65 5 11 461 111 103
Binary 11101000 1101110 11011101 0 110101 101 1001 100110001 1001001 1000011

Color Harmonies of #E86EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86EDD

Black with #E86EDD

Text Example


Text Example

White with #E86EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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