#E66BEA

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

Shades of Orchid #E66BEA

Tints of Orchid #E66BEA

Color information

#E66BEA (or 0xE66BEA) is unknown color: approx Orchid. HEX triplet: E6, 6B and EA. RGB value is (230,107,234). Sum of RGB (Red+Green+Blue) = 230+107+234=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #E66BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66BEA is #199415. Grayscale: #9D9D9D. Windows color (decimal): -1676310 or 15363046. OLE color: 15363046.

HSL color Cylindrical-coordinate representation of color #E66BEA: hue angle of 298.11º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66BEA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230107234-
CMYK0.020.5400.08
HSL298.11º75.15%66.86%-
HSV(B)298.11º54.27%91.76%-
XYZ52.7433.2881.49-
YUV158.26170.75179.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 107 (42.19% from 255) = 18.74%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=40.28%
G=18.74%
B=40.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301072340.020.5400.08298.1175.1566.86
HexE66BEA2360812a4b43
Octal346153352266010452113103
Binary11100110110101111101010101101100100010010101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66BEA; }

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

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

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

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

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

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

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

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