#E66BE2

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

Shades of Orchid #E66BE2

Tints of Orchid #E66BE2

Color information

#E66BE2 (or 0xE66BE2) is unknown color: approx Orchid. HEX triplet: E6, 6B and E2. RGB value is (230,107,226). Sum of RGB (Red+Green+Blue) = 230+107+226=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BE2 is #19941D. Grayscale: #9C9C9C. Windows color (decimal): -1676318 or 14838758. OLE color: 14838758.

HSL color Cylindrical-coordinate representation of color #E66BE2: hue angle of 301.95º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BE2 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230107226-
CMYK00.530.020.10
HSL301.95º71.1%66.08%-
HSV(B)301.95º53.48%90.2%-
XYZ51.6232.8375.57-
YUV157.34166.75179.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.85%
GREEN value IS 107 (42.19% from 255) = 19.01%
BLUE value IS 226 (88.67% from 255) = 40.14%
R=40.85%
G=19.01%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010722600.530.020.10301.9571.166.08
HexE66BE20352A12e4742
Octal346153342065212456107102
Binary11100110110101111100010011010110101010010111010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66BE2; }

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

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

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

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

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

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

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

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