Html Css Color HEX #E56ADE Orchid

📋 copy color: '#E56ADE'

red 229 ◦ green 106 ◦ blue 222

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

Shades of Orchid #E56ADE

Tints of Orchid #E56ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.03%

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 41.11%
G = 19.03%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E56ADE (or 0xE56ADE) is known color: Orchid. HEX triplet: E5, 6A and DE. RGB value is (229,106,222). Sum of RGB (Red+Green+Blue) = 229+106+222=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ADE is #1A9521. Grayscale: #9B9B9B. Windows color (decimal): -1742114 or 14576357. OLE color: 14576357.

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

Color convert

RGB 229 106 222 -
CMYK 0 0.54 0.03 0.10
HSL 303.41º 0.7% 0.66% -
HSV(B) 303.41º 0.54% 0.9% -
XYZ 50.65 32.24 72.66 -
YUV 156 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 229 106 222 0 0.54 0.03 0.10 303.41 0.7 0.66
Hex E5 6A DE 0 36 3 A 12F 46 42
Octal 345 152 336 0 66 3 12 457 106 102
Binary 11100101 1101010 11011110 0 110110 11 1010 100101111 1000110 1000010

Color Harmonies of #E56ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56ADE

Black with #E56ADE

Text Example


Text Example

White with #E56ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56ADE; }

 p { color: rgb(229,106,222); }

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

background-color css

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

 a { background-color: rgb(229,106,222); }

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

border-color css

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

 span { border-color: rgb(229,106,222); }

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