Html Css Color HEX #E86DE4 Orchid

📋 copy color: '#E86DE4'

red 232 ◦ green 109 ◦ blue 228

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

Shades of Orchid #E86DE4

Tints of Orchid #E86DE4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.16%

 BLUE value IS 228 (89.45% from 255) = 40.07%

R = 40.77%
G = 19.16%
B = 40.07%

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

#E86DE4 (or 0xE86DE4) is known color: Orchid. HEX triplet: E8, 6D and E4. RGB value is (232,109,228). Sum of RGB (Red+Green+Blue) = 232+109+228=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DE4 is #17921B. Grayscale: #9E9E9E. Windows color (decimal): -1544732 or 14970344. OLE color: 14970344.

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

Color convert

RGB 232 109 228 -
CMYK 0 0.53 0.02 0.09
HSL 301.95º 0.73% 0.67% -
HSV(B) 301.95º 0.53% 0.91% -
XYZ 52.75 33.69 77.12 -
YUV 159.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 232 109 228 0 0.53 0.02 0.09 301.95 0.73 0.67
Hex E8 6D E4 0 35 2 9 12E 49 43
Octal 350 155 344 0 65 2 11 456 111 103
Binary 11101000 1101101 11100100 0 110101 10 1001 100101110 1001001 1000011

Color Harmonies of #E86DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86DE4

Black with #E86DE4

Text Example


Text Example

White with #E86DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86DE4; }

 p { color: rgb(232,109,228); }

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

background-color css

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

 a { background-color: rgb(232,109,228); }

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

border-color css

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

 span { border-color: rgb(232,109,228); }

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