#E269EA

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

Shades of Orchid #E269EA

Tints of Orchid #E269EA

Color information

#E269EA (or 0xE269EA) is unknown color: approx Orchid. HEX triplet: E2, 69 and EA. RGB value is (226,105,234). Sum of RGB (Red+Green+Blue) = 226+105+234=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #E269EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E269EA is #1D9615. Grayscale: #9B9B9B. Windows color (decimal): -1938966 or 15362530. OLE color: 15362530.

HSL color Cylindrical-coordinate representation of color #E269EA: hue angle of 296.28º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E269EA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226105234-
CMYK0.030.5500.08
HSL296.28º75.44%66.47%-
HSV(B)296.28º55.13%91.76%-
XYZ51.2732.2181.36-
YUV155.88172.09178.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=40%
G=18.58%
B=41.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261052340.030.5500.08296.2875.4466.47
HexE269EA337081284b42
Octal342151352367010450113102
Binary11100010110100111101010111101110100010010100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269EA; }

 p { color: rgb(226,105,234); }

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

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

 a { background-color: rgb(226,105,234); }

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

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

 span { border-color: rgb(226,105,234); }

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