Html Css Color HEX #E56EDC Orchid

📋 copy color: '#E56EDC'

red 229 ◦ green 110 ◦ blue 220

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

Shades of Orchid #E56EDC

Tints of Orchid #E56EDC

RGB

 RED value IS 229 (89.84% from 255) = 40.97%

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 40.97%
G = 19.68%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E56EDC (or 0xE56EDC) is known color: Orchid. HEX triplet: E5, 6E and DC. RGB value is (229,110,220). Sum of RGB (Red+Green+Blue) = 229+110+220=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E56EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56EDC is #1A9123. Grayscale: #9D9D9D. Windows color (decimal): -1741092 or 14446309. OLE color: 14446309.

HSL color Cylindrical-coordinate representation of color #E56EDC: hue angle of 304.54º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56EDC is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 110 220 -
CMYK 0 0.52 0.04 0.10
HSL 304.54º 0.7% 0.66% -
HSV(B) 304.54º 0.52% 0.9% -
XYZ 50.81 32.98 71.4 -
YUV 158.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 229 110 220 0 0.52 0.04 0.10 304.54 0.7 0.66
Hex E5 6E DC 0 34 4 A 131 46 42
Octal 345 156 334 0 64 4 12 461 106 102
Binary 11100101 1101110 11011100 0 110100 100 1010 100110001 1000110 1000010

Color Harmonies of #E56EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56EDC

Black with #E56EDC

Text Example


Text Example

White with #E56EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56EDC; }

 p { color: rgb(229,110,220); }

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

background-color css

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

 a { background-color: rgb(229,110,220); }

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

border-color css

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

 span { border-color: rgb(229,110,220); }

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