#E26FDE

Color #E26FDE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E26FDE

Tints of Orchid #E26FDE

Color information

#E26FDE (or 0xE26FDE) is unknown color: approx Orchid. HEX triplet: E2, 6F and DE. RGB value is (226,111,222). Sum of RGB (Red+Green+Blue) = 226+111+222=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDE is #1D9021. Grayscale: #9D9D9D. Windows color (decimal): -1937442 or 14577634. OLE color: 14577634.

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

Color convert

RGB226111222-
CMYK00.510.020.11
HSL302.09º66.47%66.08%-
HSV(B)302.09º50.88%88.63%-
XYZ50.2332.8172.79-
YUV158.04164.1176.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 111 (43.75% from 255) = 19.86%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=40.43%
G=19.86%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611122200.510.020.11302.0966.4766.08
HexE26FDE0332B12e4242
Octal342157336063213456102102
Binary11100010110111111011110011001110101110010111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26FDE; }

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

 H1.HeaderClassName
 {
   color: #E26FDE;
 }
 .AnyTagClassName
 {
   color: #E26FDE;
 }
</style>
background-color css

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

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

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

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

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

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