#E067E6

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

Shades of Orchid #E067E6

Tints of Orchid #E067E6

Color information

#E067E6 (or 0xE067E6) is unknown color: approx Orchid. HEX triplet: E0, 67 and E6. RGB value is (224,103,230). Sum of RGB (Red+Green+Blue) = 224+103+230=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #E067E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E067E6 is #1F9819. Grayscale: #999999. Windows color (decimal): -2070554 or 15099872. OLE color: 15099872.

HSL color Cylindrical-coordinate representation of color #E067E6: hue angle of 297.17º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E067E6 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224103230-
CMYK0.030.5500.10
HSL297.17º71.75%65.29%-
HSV(B)297.17º55.22%90.2%-
XYZ49.8731.2678.27-
YUV153.66171.09178.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 103 (40.62% from 255) = 18.49%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=40.22%
G=18.49%
B=41.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241032300.030.5500.10297.1771.7565.29
HexE067E63370A1294841
Octal340147346367012451110101
Binary11100000110011111100110111101110101010010100110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E067E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E067E6; }

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

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

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

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

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

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

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

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