#e96be8

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

Shades of Orchid #E96BE8

Tints of Orchid #E96BE8

Color information

#E96BE8 (or 0xE96BE8) is unknown color: approx Orchid. HEX triplet: E9, 6B and E8. RGB value is (233,107,232). Sum of RGB (Red+Green+Blue) = 233+107+232=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 107 (42.19% from 255 or 18.71% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BE8 is #169417. Grayscale: #9E9E9E. Windows color (decimal): -1479704 or 15231977. OLE color: 15231977.

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

Color convert

RGB233107232-
CMYK00.540.000.09
HSL300.48º74.12%66.67%-
HSV(B)300.48º54.08%91.37%-
XYZ53.4333.6780.03-
YUV158.92169.24180.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 107 (42.19% from 255) = 18.71%
BLUE value IS 232 (91.02% from 255) = 40.56%
R=40.73%
G=18.71%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310723200.540.000.09300.4874.1266.67
HexE96BE80360912c4a43
Octal351153350066011454112103
Binary1110100111010111110100001101100100110010110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96be8; }

 p { color: rgb(233,107,232); }

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

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

 a { background-color: rgb(233,107,232); }

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

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

 span { border-color: rgb(233,107,232); }

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