#e96ee4

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

Shades of Orchid #E96EE4

Tints of Orchid #E96EE4

Color information

#E96EE4 (or 0xE96EE4) is unknown color: approx Orchid. HEX triplet: E9, 6E and E4. RGB value is (233,110,228). Sum of RGB (Red+Green+Blue) = 233+110+228=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EE4 is #16911B. Grayscale: #9F9F9F. Windows color (decimal): -1478940 or 14970601. OLE color: 14970601.

HSL color Cylindrical-coordinate representation of color #E96EE4: hue angle of 302.44º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96EE4 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233110228-
CMYK00.530.020.09
HSL302.44º73.65%67.25%-
HSV(B)302.44º52.79%91.37%-
XYZ53.1834.0877.17-
YUV160.23166.25179.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 110 (43.36% from 255) = 19.26%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=40.81%
G=19.26%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311022800.530.020.09302.4473.6567.25
HexE96EE40352912e4a43
Octal351156344065211456112103
Binary11101001110111011100100011010110100110010111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96ee4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96ee4; }

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

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

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

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

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

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

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

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