#E069E6

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

Shades of Orchid #E069E6

Tints of Orchid #E069E6

Color information

#E069E6 (or 0xE069E6) is unknown color: approx Orchid. HEX triplet: E0, 69 and E6. RGB value is (224,105,230). Sum of RGB (Red+Green+Blue) = 224+105+230=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #E069E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E069E6 is #1F9619. Grayscale: #9A9A9A. Windows color (decimal): -2070042 or 15100384. OLE color: 15100384.

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

Color convert

RGB224105230-
CMYK0.030.5400.10
HSL297.12º71.43%65.69%-
HSV(B)297.12º54.35%90.2%-
XYZ50.0731.6678.34-
YUV154.83170.42177.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 230 (90.23% from 255) = 41.14%
R=40.07%
G=18.78%
B=41.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241052300.030.5400.10297.1271.4365.69
HexE069E63360A1294742
Octal340151346366012451107102
Binary11100000110100111100110111101100101010010100110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E069E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E069E6; }

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

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

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

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

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

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

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

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