#E369E8

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

Shades of Orchid #E369E8

Tints of Orchid #E369E8

Color information

#E369E8 (or 0xE369E8) is unknown color: approx Orchid. HEX triplet: E3, 69 and E8. RGB value is (227,105,232). Sum of RGB (Red+Green+Blue) = 227+105+232=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #E369E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E369E8 is #1C9617. Grayscale: #9B9B9B. Windows color (decimal): -1873432 or 15231459. OLE color: 15231459.

HSL color Cylindrical-coordinate representation of color #E369E8: hue angle of 297.64º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E369E8 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB227105232-
CMYK0.020.5500.09
HSL297.64º73.41%66.08%-
HSV(B)297.64º54.74%90.98%-
XYZ51.332.2679.87-
YUV155.96170.92178.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.25%
GREEN value IS 105 (41.41% from 255) = 18.62%
BLUE value IS 232 (91.02% from 255) = 41.13%
R=40.25%
G=18.62%
B=41.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2271052320.020.5500.09297.6473.4166.08
HexE369E82370912a4942
Octal343151350267011452111102
Binary11100011110100111101000101101110100110010101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369E8; }

 p { color: rgb(227,105,232); }

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

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

 a { background-color: rgb(227,105,232); }

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

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

 span { border-color: rgb(227,105,232); }

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