#E26EE4

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

Shades of Orchid #E26EE4

Tints of Orchid #E26EE4

Color information

#E26EE4 (or 0xE26EE4) is unknown color: approx Orchid. HEX triplet: E2, 6E and E4. RGB value is (226,110,228). Sum of RGB (Red+Green+Blue) = 226+110+228=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #E26EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EE4 is #1D911B. Grayscale: #9D9D9D. Windows color (decimal): -1937692 or 14970594. OLE color: 14970594.

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

Color convert

RGB226110228-
CMYK0.010.5200.11
HSL298.98º68.6%66.27%-
HSV(B)298.98º51.75%89.41%-
XYZ50.9432.9277.07-
YUV158.14167.43176.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 110 (43.36% from 255) = 19.50%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=40.07%
G=19.50%
B=40.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261102280.010.5200.11298.9868.666.27
HexE26EE41340B12b4542
Octal342156344164013453105102
Binary1110001011011101110010011101000101110010101110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26EE4; }

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

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

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

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

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

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

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

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