#E26FDA

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

Shades of Orchid #E26FDA

Tints of Orchid #E26FDA

Color information

#E26FDA (or 0xE26FDA) is unknown color: approx Orchid. HEX triplet: E2, 6F and DA. RGB value is (226,111,218). Sum of RGB (Red+Green+Blue) = 226+111+218=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDA is #1D9025. Grayscale: #9D9D9D. Windows color (decimal): -1937446 or 14315490. OLE color: 14315490.

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

Color convert

RGB226111218-
CMYK00.510.040.11
HSL304.17º66.47%66.08%-
HSV(B)304.17º50.88%88.63%-
XYZ49.732.670-
YUV157.58162.1176.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=40.72%
G=20%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611121800.510.040.11304.1766.4766.08
HexE26FDA0334B1304242
Octal342157332063413460102102
Binary111000101101111110110100110011100101110011000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26FDA; }

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

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

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

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

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

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

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

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