Html Css Color HEX #E26ED8 Orchid

📋 copy color: '#E26ED8'

red 226 ◦ green 110 ◦ blue 216

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

Shades of Orchid #E26ED8

Tints of Orchid #E26ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.13%

R = 40.94%
G = 19.93%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E26ED8 (or 0xE26ED8) is known color: Orchid. HEX triplet: E2, 6E and D8. RGB value is (226,110,216). Sum of RGB (Red+Green+Blue) = 226+110+216=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ED8 is #1D9127. Grayscale: #9C9C9C. Windows color (decimal): -1937704 or 14184162. OLE color: 14184162.

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

Color convert

RGB 226 110 216 -
CMYK 0 0.51 0.04 0.11
HSL 305.17º 0.67% 0.66% -
HSV(B) 305.17º 0.51% 0.89% -
XYZ 49.33 32.28 68.6 -
YUV 156.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 226 110 216 0 0.51 0.04 0.11 305.17 0.67 0.66
Hex E2 6E D8 0 33 4 B 131 43 42
Octal 342 156 330 0 63 4 13 461 103 102
Binary 11100010 1101110 11011000 0 110011 100 1011 100110001 1000011 1000010

Color Harmonies of #E26ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ED8

Black with #E26ED8

Text Example


Text Example

White with #E26ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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