Html Css Color HEX #E26EDE Orchid

📋 copy color: '#E26EDE'

red 226 ◦ green 110 ◦ blue 222

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

Shades of Orchid #E26EDE

Tints of Orchid #E26EDE

RGB

 RED value IS 226 (88.67% from 255) = 40.5%

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

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

R = 40.5%
G = 19.71%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E26EDE (or 0xE26EDE) is known color: Orchid. HEX triplet: E2, 6E and DE. RGB value is (226,110,222). Sum of RGB (Red+Green+Blue) = 226+110+222=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EDE is #1D9121. Grayscale: #9D9D9D. Windows color (decimal): -1937698 or 14577378. OLE color: 14577378.

HSL color Cylindrical-coordinate representation of color #E26EDE: hue angle of 302.07º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EDE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 110 222 -
CMYK 0 0.51 0.02 0.11
HSL 302.07º 0.67% 0.66% -
HSV(B) 302.07º 0.51% 0.89% -
XYZ 50.12 32.59 72.76 -
YUV 157.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 226 110 222 0 0.51 0.02 0.11 302.07 0.67 0.66
Hex E2 6E DE 0 33 2 B 12E 43 42
Octal 342 156 336 0 63 2 13 456 103 102
Binary 11100010 1101110 11011110 0 110011 10 1011 100101110 1000011 1000010

Color Harmonies of #E26EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EDE

Black with #E26EDE

Text Example


Text Example

White with #E26EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EDE; }

 p { color: rgb(226,110,222); }

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

background-color css

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

 a { background-color: rgb(226,110,222); }

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

border-color css

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

 span { border-color: rgb(226,110,222); }

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