Html Css Color HEX #E26ED9 Orchid

📋 copy color: '#E26ED9'

red 226 ◦ green 110 ◦ blue 217

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

Shades of Orchid #E26ED9

Tints of Orchid #E26ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.24%

R = 40.87%
G = 19.89%
B = 39.24%

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

#E26ED9 (or 0xE26ED9) is known color: Orchid. HEX triplet: E2, 6E and D9. RGB value is (226,110,217). Sum of RGB (Red+Green+Blue) = 226+110+217=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ED9 is #1D9126. Grayscale: #9C9C9C. Windows color (decimal): -1937703 or 14249698. OLE color: 14249698.

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

Color convert

RGB 226 110 217 -
CMYK 0 0.51 0.04 0.11
HSL 304.66º 0.67% 0.66% -
HSV(B) 304.66º 0.51% 0.89% -
XYZ 49.46 32.33 69.28 -
YUV 156.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 226 110 217 0 0.51 0.04 0.11 304.66 0.67 0.66
Hex E2 6E D9 0 33 4 B 131 43 42
Octal 342 156 331 0 63 4 13 461 103 102
Binary 11100010 1101110 11011001 0 110011 100 1011 100110001 1000011 1000010

Color Harmonies of #E26ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26ED9

Black with #E26ED9

Text Example


Text Example

White with #E26ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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