#E66BE9

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

Shades of Orchid #E66BE9

Tints of Orchid #E66BE9

Color information

#E66BE9 (or 0xE66BE9) is unknown color: approx Orchid. HEX triplet: E6, 6B and E9. RGB value is (230,107,233). Sum of RGB (Red+Green+Blue) = 230+107+233=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #E66BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66BE9 is #199416. Grayscale: #9D9D9D. Windows color (decimal): -1676311 or 15297510. OLE color: 15297510.

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

Color convert

RGB230107233-
CMYK0.010.5400.09
HSL298.57º74.12%66.67%-
HSV(B)298.57º54.08%91.37%-
XYZ52.633.2280.73-
YUV158.14170.25179.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 107 (42.19% from 255) = 18.77%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=40.35%
G=18.77%
B=40.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301072330.010.5400.09298.5774.1266.67
HexE66BE91360912b4a43
Octal346153351166011453112103
Binary1110011011010111110100111101100100110010101110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66BE9; }

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

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

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

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

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

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

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

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