#E66BE0

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

Shades of Orchid #E66BE0

Tints of Orchid #E66BE0

Color information

#E66BE0 (or 0xE66BE0) is unknown color: approx Orchid. HEX triplet: E6, 6B and E0. RGB value is (230,107,224). Sum of RGB (Red+Green+Blue) = 230+107+224=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BE0 is #19941F. Grayscale: #9C9C9C. Windows color (decimal): -1676320 or 14707686. OLE color: 14707686.

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

Color convert

RGB230107224-
CMYK00.530.030.10
HSL302.93º71.1%66.08%-
HSV(B)302.93º53.48%90.2%-
XYZ51.3532.7274.13-
YUV157.12165.75179.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 107 (42.19% from 255) = 19.07%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=41.00%
G=19.07%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010722400.530.030.10302.9371.166.08
HexE66BE00353A12f4742
Octal346153340065312457107102
Binary11100110110101111100000011010111101010010111110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66BE0; }

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

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

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

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

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

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

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

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