#E369D8

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

Shades of Orchid #E369D8

Tints of Orchid #E369D8

Color information

#E369D8 (or 0xE369D8) is unknown color: approx Orchid. HEX triplet: E3, 69 and D8. RGB value is (227,105,216). Sum of RGB (Red+Green+Blue) = 227+105+216=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E369D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369D8 is #1C9627. Grayscale: #999999. Windows color (decimal): -1873448 or 14182883. OLE color: 14182883.

HSL color Cylindrical-coordinate representation of color #E369D8: hue angle of 305.41º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369D8 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB227105216-
CMYK00.540.050.11
HSL305.41º68.54%65.1%-
HSV(B)305.41º53.74%89.02%-
XYZ49.1231.3968.44-
YUV154.13162.92179.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 105 (41.41% from 255) = 19.16%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=41.42%
G=19.16%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710521600.540.050.11305.4168.5465.1
HexE369D80365B1314541
Octal343151330066513461105101
Binary111000111101001110110000110110101101110011000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369D8; }

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

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

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

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

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

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

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

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