#E36BEA

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

Shades of Orchid #E36BEA

Tints of Orchid #E36BEA

Color information

#E36BEA (or 0xE36BEA) is unknown color: approx Orchid. HEX triplet: E3, 6B and EA. RGB value is (227,107,234). Sum of RGB (Red+Green+Blue) = 227+107+234=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #E36BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36BEA is #1C9415. Grayscale: #9C9C9C. Windows color (decimal): -1872918 or 15363043. OLE color: 15363043.

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

Color convert

RGB227107234-
CMYK0.030.5400.08
HSL296.69º75.15%66.86%-
HSV(B)296.69º54.27%91.76%-
XYZ51.7932.7981.44-
YUV157.36171.26177.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 107 (42.19% from 255) = 18.84%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=39.96%
G=18.84%
B=41.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271072340.030.5400.08296.6975.1566.86
HexE36BEA336081294b43
Octal343153352366010451113103
Binary11100011110101111101010111101100100010010100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36BEA; }

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

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

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

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

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

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

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

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