Html Css Color HEX #E56EDB Orchid

📋 copy color: '#E56EDB'

red 229 ◦ green 110 ◦ blue 219

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

Shades of Orchid #E56EDB

Tints of Orchid #E56EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 41.04%
G = 19.71%
B = 39.25%

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

#E56EDB (or 0xE56EDB) is known color: Orchid. HEX triplet: E5, 6E and DB. RGB value is (229,110,219). Sum of RGB (Red+Green+Blue) = 229+110+219=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E56EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56EDB is #1A9124. Grayscale: #9D9D9D. Windows color (decimal): -1741093 or 14380773. OLE color: 14380773.

HSL color Cylindrical-coordinate representation of color #E56EDB: hue angle of 305.04º 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 #E56EDB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 110 219 -
CMYK 0 0.52 0.04 0.10
HSL 305.04º 0.7% 0.66% -
HSV(B) 305.04º 0.52% 0.9% -
XYZ 50.68 32.92 70.7 -
YUV 158.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 229 110 219 0 0.52 0.04 0.10 305.04 0.7 0.66
Hex E5 6E DB 0 34 4 A 131 46 42
Octal 345 156 333 0 64 4 12 461 106 102
Binary 11100101 1101110 11011011 0 110100 100 1010 100110001 1000110 1000010

Color Harmonies of #E56EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56EDB

Black with #E56EDB

Text Example


Text Example

White with #E56EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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