#E96EE3

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

Shades of Orchid #E96EE3

Tints of Orchid #E96EE3

Color information

#E96EE3 (or 0xE96EE3) is unknown color: approx Orchid. HEX triplet: E9, 6E and E3. RGB value is (233,110,227). Sum of RGB (Red+Green+Blue) = 233+110+227=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EE3 is #16911C. Grayscale: #9F9F9F. Windows color (decimal): -1478941 or 14905065. OLE color: 14905065.

HSL color Cylindrical-coordinate representation of color #E96EE3: hue angle of 302.93º 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 #E96EE3 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233110227-
CMYK00.530.030.09
HSL302.93º73.65%67.25%-
HSV(B)302.93º52.79%91.37%-
XYZ53.0534.0276.44-
YUV160.12165.75179.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 110 (43.36% from 255) = 19.30%
BLUE value IS 227 (89.06% from 255) = 39.82%
R=40.88%
G=19.30%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311022700.530.030.09302.9373.6567.25
HexE96EE30353912f4a43
Octal351156343065311457112103
Binary11101001110111011100011011010111100110010111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96EE3; }

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

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

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

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

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

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

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

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