#E068E9

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

Shades of Orchid #E068E9

Tints of Orchid #E068E9

Color information

#E068E9 (or 0xE068E9) is unknown color: approx Orchid. HEX triplet: E0, 68 and E9. RGB value is (224,104,233). Sum of RGB (Red+Green+Blue) = 224+104+233=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #E068E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068E9 is #1F9716. Grayscale: #9A9A9A. Windows color (decimal): -2070295 or 15296736. OLE color: 15296736.

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

Color convert

RGB224104233-
CMYK0.040.5500.09
HSL295.81º74.57%66.08%-
HSV(B)295.81º55.36%91.37%-
XYZ50.431.6380.54-
YUV154.59172.26177.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 104 (41.02% from 255) = 18.54%
BLUE value IS 233 (91.41% from 255) = 41.53%
R=39.93%
G=18.54%
B=41.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241042330.040.5500.09295.8174.5766.08
HexE068E9437091284b42
Octal340150351467011450113102
Binary111000001101000111010011001101110100110010100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068E9; }

 p { color: rgb(224,104,233); }

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

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

 a { background-color: rgb(224,104,233); }

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

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

 span { border-color: rgb(224,104,233); }

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