#E06BEA

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

Shades of Orchid #E06BEA

Tints of Orchid #E06BEA

Color information

#E06BEA (or 0xE06BEA) is unknown color: approx Orchid. HEX triplet: E0, 6B and EA. RGB value is (224,107,234). Sum of RGB (Red+Green+Blue) = 224+107+234=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #E06BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BEA is #1F9415. Grayscale: #9C9C9C. Windows color (decimal): -2069526 or 15363040. OLE color: 15363040.

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

Color convert

RGB224107234-
CMYK0.040.5400.08
HSL295.28º75.15%66.86%-
HSV(B)295.28º54.27%91.76%-
XYZ50.8532.381.4-
YUV156.46171.76176.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 107 (42.19% from 255) = 18.94%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=39.65%
G=18.94%
B=41.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241072340.040.5400.08295.2875.1566.86
HexE06BEA436081274b43
Octal340153352466010447113103
Binary111000001101011111010101001101100100010010011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BEA; }

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

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

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

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

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

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

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

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